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
-
Nested Class Summary
-
Method Summary
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
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
Method Details
-
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() -
getCorrectAnswer
Integer getCorrectAnswer() -
getEmbedded
-
getLinks
-
getUser
User getUser() -
getFactors
-