Uses of Class
software.amazon.awssdk.services.sso.model.LogoutRequest
Packages that use LogoutRequest
Package
Description
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.
-
Uses of LogoutRequest in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso with parameters of type LogoutRequestModifier and TypeMethodDescriptiondefault 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.default LogoutResponseSsoClient.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. -
Uses of LogoutRequest in software.amazon.awssdk.services.sso.transform
Methods in software.amazon.awssdk.services.sso.transform with parameters of type LogoutRequest