Uses of Class
software.amazon.awssdk.services.sso.model.LogoutResponse
-
Packages that use LogoutResponse 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. -
-
Uses of LogoutResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return LogoutResponse Modifier and Type Method Description default LogoutResponseSsoClient. 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 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.Methods in software.amazon.awssdk.services.sso that return types with arguments of type LogoutResponse Modifier and Type Method Description 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.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.
-