| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultType |
AuthenticationResultType.clone() |
AuthenticationResultType |
RespondToAuthChallengeResult.getAuthenticationResult()
The result returned by the server in response to the request to respond to the authentication challenge.
|
AuthenticationResultType |
InitiateAuthResult.getAuthenticationResult()
The result of the authentication response.
|
AuthenticationResultType |
AdminRespondToAuthChallengeResult.getAuthenticationResult()
The result returned by the server in response to the authentication request.
|
AuthenticationResultType |
AdminInitiateAuthResult.getAuthenticationResult()
The result of the authentication response.
|
AuthenticationResultType |
AuthenticationResultType.withAccessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user who you want to authenticate.
|
AuthenticationResultType |
AuthenticationResultType.withExpiresIn(Integer expiresIn)
The expiration period of the authentication result in seconds.
|
AuthenticationResultType |
AuthenticationResultType.withIdToken(String idToken)
The ID token.
|
AuthenticationResultType |
AuthenticationResultType.withNewDeviceMetadata(NewDeviceMetadataType newDeviceMetadata)
The new device metadata from an authentication result.
|
AuthenticationResultType |
AuthenticationResultType.withRefreshToken(String refreshToken)
The refresh token.
|
AuthenticationResultType |
AuthenticationResultType.withTokenType(String tokenType)
The token type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RespondToAuthChallengeResult.setAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
void |
InitiateAuthResult.setAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
void |
AdminRespondToAuthChallengeResult.setAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the authentication request.
|
void |
AdminInitiateAuthResult.setAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
RespondToAuthChallengeResult |
RespondToAuthChallengeResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
InitiateAuthResult |
InitiateAuthResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
AdminRespondToAuthChallengeResult |
AdminRespondToAuthChallengeResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the authentication request.
|
AdminInitiateAuthResult |
AdminInitiateAuthResult.withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
Copyright © 2022. All rights reserved.