Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GlobalSignOutResponse
-
Packages that use GlobalSignOutResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 GlobalSignOutResponse Modifier and Type Method Description default 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 GlobalSignOutResponse Modifier and Type Method Description default 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.
-