Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUserGlobalSignOutResponse
Packages that use AdminUserGlobalSignOutResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminUserGlobalSignOutResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminUserGlobalSignOutResponseModifier and TypeMethodDescriptiondefault AdminUserGlobalSignOutResponseCognitoIdentityProviderClient.adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default AdminUserGlobalSignOutResponseCognitoIdentityProviderClient.adminUserGlobalSignOut(AdminUserGlobalSignOutRequest adminUserGlobalSignOutRequest) 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 AdminUserGlobalSignOutResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminUserGlobalSignOut(Consumer<AdminUserGlobalSignOutRequest.Builder> adminUserGlobalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.CognitoIdentityProviderAsyncClient.adminUserGlobalSignOut(AdminUserGlobalSignOutRequest adminUserGlobalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.