Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenReuseException
-
Packages that use RefreshTokenReuseException Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 RefreshTokenReuseException Modifier and Type Method Description default GetTokensFromRefreshTokenResponseCognitoIdentityProviderClient. 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.default GetTokensFromRefreshTokenResponseCognitoIdentityProviderClient. getTokensFromRefreshToken(GetTokensFromRefreshTokenRequest getTokensFromRefreshTokenRequest)Given a refresh token, issues new ID, access, and optionally refresh tokens for the user who owns the submitted token.
-