| Package | Description |
|---|---|
| software.amazon.awssdk.services.sso |
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
|
| software.amazon.awssdk.services.sso.model |
| Modifier and Type | Method and Description |
|---|---|
default LogoutResponse |
SsoClient.logout(Consumer<LogoutRequest.Builder> logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
default CompletableFuture<LogoutResponse> |
SsoAsyncClient.logout(Consumer<LogoutRequest.Builder> logoutRequest)
Removes the locally stored SSO tokens from the client-side cache and sends an API call to the IAM Identity Center
service to invalidate the corresponding server-side IAM Identity Center sign in session.
|
| Modifier and Type | Method and Description |
|---|---|
LogoutRequest.Builder |
LogoutRequest.Builder.accessToken(String accessToken)
The token issued by the
CreateToken API call. |
static LogoutRequest.Builder |
LogoutRequest.builder() |
LogoutRequest.Builder |
LogoutRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LogoutRequest.Builder |
LogoutRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
LogoutRequest.Builder |
LogoutRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogoutRequest.Builder> |
LogoutRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.