| 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.transform |
| Modifier and Type | Method and Description |
|---|---|
default LogoutResponse |
SsoClient.logout(LogoutRequest 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(LogoutRequest 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 |
|---|---|
SdkHttpFullRequest |
LogoutRequestMarshaller.marshall(LogoutRequest logoutRequest) |
Copyright © 2023. All rights reserved.