Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UnsupportedTokenTypeException
Packages that use UnsupportedTokenTypeException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UnsupportedTokenTypeException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw UnsupportedTokenTypeExceptionModifier 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.