Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RevokeTokenResponse
Packages that use RevokeTokenResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of RevokeTokenResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return RevokeTokenResponseModifier and TypeMethodDescriptiondefault RevokeTokenResponseCognitoIdentityProviderClient.revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest) Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.default RevokeTokenResponseCognitoIdentityProviderClient.revokeToken(RevokeTokenRequest revokeTokenRequest) Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type RevokeTokenResponseModifier and TypeMethodDescriptiondefault CompletableFuture<RevokeTokenResponse>CognitoIdentityProviderAsyncClient.revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest) Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.default CompletableFuture<RevokeTokenResponse>CognitoIdentityProviderAsyncClient.revokeToken(RevokeTokenRequest revokeTokenRequest) Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.