Package com.okta.authn.sdk.resource
Interface U2fFactorActivation
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource,FactorActivation,java.util.Map<java.lang.String,java.lang.Object>,com.okta.sdk.resource.PropertyRetriever,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultFactorActivation
public interface U2fFactorActivation extends FactorActivation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppId()java.lang.StringgetNonce()java.lang.IntegergetTimeoutSeconds()java.lang.StringgetVersion()-
Methods inherited from interface com.okta.authn.sdk.resource.FactorActivation
getEncoding, getExpiresAt, getFactorResult, getHost, getKeyLength, getLinks, getSharedSecret, getSignature, getTimeStep
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
- Specified by:
getVersionin interfaceFactorActivation
-
getAppId
java.lang.String getAppId()
- Specified by:
getAppIdin interfaceFactorActivation
-
getNonce
java.lang.String getNonce()
- Specified by:
getNoncein interfaceFactorActivation
-
getTimeoutSeconds
java.lang.Integer getTimeoutSeconds()
- Specified by:
getTimeoutSecondsin interfaceFactorActivation
-
-