Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenReuseException
Packages that use RefreshTokenReuseException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of RefreshTokenReuseException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw RefreshTokenReuseExceptionModifier and TypeMethodDescriptionCognitoIdentityProviderClient.getTokensFromRefreshToken(Consumer<GetTokensFromRefreshTokenRequest.Builder> getTokensFromRefreshTokenRequest) Given a refresh token, issues new ID, access, and optionally refresh tokens for the user who owns the submitted token.CognitoIdentityProviderClient.getTokensFromRefreshToken(GetTokensFromRefreshTokenRequest getTokensFromRefreshTokenRequest) Given a refresh token, issues new ID, access, and optionally refresh tokens for the user who owns the submitted token.