| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultType |
AuthenticationResultType.clone() |
AuthenticationResultType |
AdminRespondToAuthChallengeResult.getAuthenticationResult() |
AuthenticationResultType |
AdminInitiateAuthResult.getAuthenticationResult() |
AuthenticationResultType |
RespondToAuthChallengeResult.getAuthenticationResult() |
AuthenticationResultType |
InitiateAuthResult.getAuthenticationResult() |
AuthenticationResultType |
AuthenticationResultType.withAccessToken(String accessToken)
The access token of the authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withExpiresIn(Integer expiresIn)
The expiration period of the authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withIdToken(String idToken)
The ID token of the authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withNewDeviceMetadata(NewDeviceMetadataType newDeviceMetadata)
The new device metadata from an authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withRefreshToken(String refreshToken)
The refresh token of the authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withTokenType(String tokenType)
The token type of the authentication result.
|
Copyright © 2016. All rights reserved.