| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssooidc.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTokenResponse.Builder |
CreateTokenResponse.Builder.accessToken(String accessToken)
An opaque token to access AWS SSO resources assigned to a user.
|
static CreateTokenResponse.Builder |
CreateTokenResponse.builder() |
CreateTokenResponse.Builder |
CreateTokenResponse.Builder.expiresIn(Integer expiresIn)
Indicates the time in seconds when an access token will expire.
|
CreateTokenResponse.Builder |
CreateTokenResponse.Builder.idToken(String idToken)
The identifier of the user that associated with the access token, if present.
|
CreateTokenResponse.Builder |
CreateTokenResponse.Builder.refreshToken(String refreshToken)
A token that, if present, can be used to refresh a previously issued access token that might have expired.
|
CreateTokenResponse.Builder |
CreateTokenResponse.toBuilder() |
CreateTokenResponse.Builder |
CreateTokenResponse.Builder.tokenType(String tokenType)
Used to notify the client that the returned token is an access token.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateTokenResponse.Builder> |
CreateTokenResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.