Interface CreateTokenResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateTokenResponse.Builder,,CreateTokenResponse> SdkBuilder<CreateTokenResponse.Builder,,CreateTokenResponse> SdkPojo,SdkResponse.Builder,SsoOidcResponse.Builder
- Enclosing class:
 CreateTokenResponse
- 
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) An opaque token to access IAM Identity Center resources assigned to a user.Indicates the time in seconds when an access token will expire.Currently,idTokenis not yet implemented and is not supported.refreshToken(String refreshToken) Currently,refreshTokenis not yet implemented and is not supported.Used to notify the client that the returned token is an access token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssooidc.model.SsoOidcResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
accessToken
An opaque token to access IAM Identity Center resources assigned to a user.
- Parameters:
 accessToken- An opaque token to access IAM Identity Center resources assigned to a user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tokenType
Used to notify the client that the returned token is an access token. The supported type is
BearerToken.- Parameters:
 tokenType- Used to notify the client that the returned token is an access token. The supported type isBearerToken.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
expiresIn
Indicates the time in seconds when an access token will expire.
- Parameters:
 expiresIn- Indicates the time in seconds when an access token will expire.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
refreshToken
Currently,
refreshTokenis not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.A token that, if present, can be used to refresh a previously issued access token that might have expired.
- Parameters:
 refreshToken- Currently,refreshTokenis not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.A token that, if present, can be used to refresh a previously issued access token that might have expired.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
idToken
Currently,
idTokenis not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.The identifier of the user that associated with the access token, if present.
- Parameters:
 idToken- Currently,idTokenis not yet implemented and is not supported. For more information about the features and limitations of the current IAM Identity Center OIDC implementation, see Considerations for Using this Guide in the IAM Identity Center OIDC API Reference.The identifier of the user that associated with the access token, if present.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -