Package com.okta.authn.sdk.resource
Interface PushFactorActivation
-
- 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
public interface PushFactorActivation extends FactorActivation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getExpiresAt()
String
getFactorResult()
-
Methods inherited from interface com.okta.authn.sdk.resource.FactorActivation
getAppId, getEncoding, getHost, getKeyLength, getLinks, getNonce, getSharedSecret, getSignature, getTimeoutSeconds, getTimeStep, 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
-
getFactorResult
String getFactorResult()
- Specified by:
getFactorResult
in interfaceFactorActivation
-
getExpiresAt
Date getExpiresAt()
- Specified by:
getExpiresAt
in interfaceFactorActivation
-
-