public final class AuthenticationResult extends java.lang.Object implements IAuthenticationResult
AuthenticationResult and passed back through the AuthenticationCallback.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessToken() |
IAccount |
getAccount()
Gets the Account.
|
java.lang.String |
getAuthenticationScheme()
Gets the authentication scheme (Bearer, PoP, etc)....
|
java.lang.String |
getAuthorizationHeader()
Gets the fully-formed Authorization header value.
|
java.util.UUID |
getCorrelationId()
Gets the correlation id used during the acquire token request.
|
java.util.Date |
getExpiresOn() |
java.lang.String[] |
getScope() |
java.lang.String |
getTenantId() |
public java.lang.String getAccessToken()
getAccessToken in interface IAuthenticationResultpublic java.lang.String getAuthorizationHeader()
IAuthenticationResultExample: Bearer eyJ1aWQiOiJj.......
getAuthorizationHeader in interface IAuthenticationResultpublic java.lang.String getAuthenticationScheme()
IAuthenticationResultgetAuthenticationScheme in interface IAuthenticationResultpublic java.util.Date getExpiresOn()
getExpiresOn in interface IAuthenticationResultpublic java.lang.String getTenantId()
getTenantId in interface IAuthenticationResultpublic IAccount getAccount()
IAuthenticationResultgetAccount in interface IAuthenticationResultpublic java.lang.String[] getScope()
getScope in interface IAuthenticationResultpublic java.util.UUID getCorrelationId()
IAuthenticationResultgetCorrelationId in interface IAuthenticationResult