Package com.okta.authn.sdk.resource
Interface AuthenticationResponse
-
- All Superinterfaces:
com.okta.sdk.resource.ExtensibleResource
,Map<String,Object>
,com.okta.sdk.resource.PropertyRetriever
,com.okta.sdk.resource.Resource
- All Known Implementing Classes:
DefaultAuthenticationResponse
public interface AuthenticationResponse extends com.okta.sdk.resource.ExtensibleResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getEmbedded()
Date
getExpiresAt()
String
getFactorResult()
String
getFactorResultMessage()
List<Factor>
getFactors()
String
getFactorType()
String
getIdToken()
Map<String,Link>
getLinks()
String
getRecoveryToken()
String
getRecoveryType()
String
getRelayState()
String
getSessionToken()
String
getStateToken()
AuthenticationStatus
getStatus()
String
getStatusString()
String
getType()
User
getUser()
-
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
-
getStateToken
String getStateToken()
-
getType
String getType()
-
getExpiresAt
Date getExpiresAt()
-
getStatus
AuthenticationStatus getStatus()
-
getStatusString
String getStatusString()
-
getFactorResult
String getFactorResult()
-
getFactorResultMessage
String getFactorResultMessage()
-
getRelayState
String getRelayState()
-
getRecoveryToken
String getRecoveryToken()
-
getSessionToken
String getSessionToken()
-
getIdToken
String getIdToken()
-
getFactorType
String getFactorType()
-
getRecoveryType
String getRecoveryType()
-
getUser
User getUser()
-
-