Package com.okta.authn.sdk.resource
Interface TotpFactorActivation
- 
- 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 TotpFactorActivation extends FactorActivation
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEncoding()java.lang.IntegergetKeyLength()java.lang.StringgetSharedSecret()java.lang.IntegergetTimeStep()- 
Methods inherited from interface com.okta.authn.sdk.resource.FactorActivation
getAppId, getExpiresAt, getFactorResult, getHost, getLinks, getNonce, getSignature, getTimeoutSeconds, getVersion 
- 
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
- 
getTimeStep
java.lang.Integer getTimeStep()
- Specified by:
 getTimeStepin interfaceFactorActivation
 
- 
getSharedSecret
java.lang.String getSharedSecret()
- Specified by:
 getSharedSecretin interfaceFactorActivation
 
- 
getEncoding
java.lang.String getEncoding()
- Specified by:
 getEncodingin interfaceFactorActivation
 
- 
getKeyLength
java.lang.Integer getKeyLength()
- Specified by:
 getKeyLengthin interfaceFactorActivation
 
 - 
 
 -