Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RevokeTokenRequest
Packages that use RevokeTokenRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of RevokeTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type RevokeTokenRequestModifier and TypeMethodDescriptiondefault CompletableFuture<RevokeTokenResponse>CognitoIdentityProviderAsyncClient.revokeToken(RevokeTokenRequest 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. -
Uses of RevokeTokenRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type RevokeTokenRequestModifier and TypeMethodDescriptionRevokeTokenRequestMarshaller.marshall(RevokeTokenRequest revokeTokenRequest)