public interface AccountKitLoginResult
extends android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RESULT_KEY |
Modifier and Type | Method and Description |
---|---|
AccessToken |
getAccessToken()
Gets the access token from the login request.
|
java.lang.String |
getAuthorizationCode()
Gets the authorization code returned from the login request.
|
AccountKitError |
getError()
Gets the error.
|
java.lang.String |
getFinalAuthorizationState()
Gets the final authorization state.
|
long |
getTokenRefreshIntervalInSeconds() |
boolean |
wasCancelled()
Gets a value indicating whether the login flow as cancelled by the user.
|
static final java.lang.String RESULT_KEY
@Nullable AccessToken getAccessToken()
@Nullable java.lang.String getAuthorizationCode()
@Nullable AccountKitError getError()
@Nullable java.lang.String getFinalAuthorizationState()
long getTokenRefreshIntervalInSeconds()
boolean wasCancelled()