Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GlobalSignOutResponse
Packages that use GlobalSignOutResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GlobalSignOutResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GlobalSignOutResponseModifier and TypeMethodDescriptiondefault GlobalSignOutResponseCognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default GlobalSignOutResponseCognitoIdentityProviderClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GlobalSignOutResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GlobalSignOutResponse>CognitoIdentityProviderAsyncClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default CompletableFuture<GlobalSignOutResponse>CognitoIdentityProviderAsyncClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.