| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.accessToken(String accessToken)
The access token.
|
static AuthenticationResultType.Builder |
AuthenticationResultType.builder() |
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.expiresIn(Integer expiresIn)
The expiration period of the authentication result in seconds.
|
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.idToken(String idToken)
The ID token.
|
default AuthenticationResultType.Builder |
AuthenticationResultType.Builder.newDeviceMetadata(Consumer<NewDeviceMetadataType.Builder> newDeviceMetadata)
The new device metadata from an authentication result.
|
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.newDeviceMetadata(NewDeviceMetadataType newDeviceMetadata)
The new device metadata from an authentication result.
|
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.refreshToken(String refreshToken)
The refresh token.
|
AuthenticationResultType.Builder |
AuthenticationResultType.toBuilder() |
AuthenticationResultType.Builder |
AuthenticationResultType.Builder.tokenType(String tokenType)
The token type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationResultType.Builder> |
AuthenticationResultType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
default InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)
The result of the authentication response.
|
default AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)
The result of the authentication response.
|
default AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult)
The result returned by the server in response to the authentication request.
|
Copyright © 2021. All rights reserved.