Package com.okta.authn.sdk.resource
Interface FactorActivation
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Subinterfaces:
DuoFactorActivation
,PushFactorActivation
,TotpFactorActivation
,U2fFactorActivation
- All Known Implementing Classes:
DefaultFactorActivation
public interface FactorActivation extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAppId()
String
getEncoding()
Date
getExpiresAt()
String
getFactorResult()
String
getHost()
Integer
getKeyLength()
Map<String,Link>
getLinks()
String
getNonce()
String
getSharedSecret()
String
getSignature()
Integer
getTimeoutSeconds()
Integer
getTimeStep()
String
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
Integer getTimeStep()
-
getSharedSecret
String getSharedSecret()
-
getEncoding
String getEncoding()
-
getKeyLength
Integer getKeyLength()
-
getHost
String getHost()
-
getSignature
String getSignature()
-
getFactorResult
String getFactorResult()
-
getExpiresAt
Date getExpiresAt()
-
getVersion
String getVersion()
-
getAppId
String getAppId()
-
getNonce
String getNonce()
-
getTimeoutSeconds
Integer getTimeoutSeconds()
-
-