Uses of Class
software.amazon.awssdk.services.sso.model.LogoutRequest
-
Packages that use LogoutRequest 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 -
-
Uses of LogoutRequest in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso with parameters of type LogoutRequest Modifier and Type Method Description 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.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 Modifier and Type Method Description SdkHttpFullRequestLogoutRequestMarshaller. marshall(LogoutRequest logoutRequest)
-