Package com.okta.authn.sdk.resource
Interface TotpFactorActivation
- 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
Modifier and TypeMethodDescriptionMethods inherited from interface com.okta.authn.sdk.resource.FactorActivation
getAppId, getExpiresAt, getFactorResult, getHost, getLinks, getNonce, getSignature, getTimeoutSeconds, getVersionMethods 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, valuesMethods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListMethods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
Method Details
-
getTimeStep
Integer getTimeStep()- Specified by:
getTimeStepin interfaceFactorActivation
-
getEncoding
String getEncoding()- Specified by:
getEncodingin interfaceFactorActivation
-
getKeyLength
Integer getKeyLength()- Specified by:
getKeyLengthin interfaceFactorActivation
-