Package com.okta.authn.sdk.resource
Interface U2fFactorActivation
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,FactorActivation
,Map<String,
,Object> com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultFactorActivation
-
Nested Class Summary
-
Method Summary
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
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
Method Details
-
getVersion
String getVersion()- Specified by:
getVersion
in interfaceFactorActivation
-
getAppId
String getAppId()- Specified by:
getAppId
in interfaceFactorActivation
-
getNonce
String getNonce()- Specified by:
getNonce
in interfaceFactorActivation
-
getTimeoutSeconds
Integer getTimeoutSeconds()- Specified by:
getTimeoutSeconds
in interfaceFactorActivation
-