CopyableBuilder<AuthenticationResultType.Builder,AuthenticationResultType>, SdkBuilder<AuthenticationResultType.Builder,AuthenticationResultType>public static interface AuthenticationResultType.Builder extends CopyableBuilder<AuthenticationResultType.Builder,AuthenticationResultType>
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationResultType.Builder |
accessToken(String accessToken) |
The access token of the authentication result.
|
AuthenticationResultType.Builder |
expiresIn(Integer expiresIn) |
The expiration period of the authentication result.
|
AuthenticationResultType.Builder |
idToken(String idToken) |
The ID token of the authentication result.
|
AuthenticationResultType.Builder |
newDeviceMetadata(NewDeviceMetadataType newDeviceMetadata) |
The new device metadata from an authentication result.
|
AuthenticationResultType.Builder |
refreshToken(String refreshToken) |
The refresh token of the authentication result.
|
AuthenticationResultType.Builder |
tokenType(String tokenType) |
The token type of the authentication result.
|
copyapply, buildAuthenticationResultType.Builder accessToken(String accessToken)
The access token of the authentication result.
accessToken - The access token of the authentication result.AuthenticationResultType.Builder expiresIn(Integer expiresIn)
The expiration period of the authentication result.
expiresIn - The expiration period of the authentication result.AuthenticationResultType.Builder tokenType(String tokenType)
The token type of the authentication result.
tokenType - The token type of the authentication result.AuthenticationResultType.Builder refreshToken(String refreshToken)
The refresh token of the authentication result.
refreshToken - The refresh token of the authentication result.AuthenticationResultType.Builder idToken(String idToken)
The ID token of the authentication result.
idToken - The ID token of the authentication result.AuthenticationResultType.Builder newDeviceMetadata(NewDeviceMetadataType newDeviceMetadata)
The new device metadata from an authentication result.
newDeviceMetadata - The new device metadata from an authentication result.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.