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