| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| Modifier and Type | Method and Description |
|---|---|
default RevokeTokenResponse |
CognitoIdentityProviderClient.revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest)
Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.
|
default RevokeTokenResponse |
CognitoIdentityProviderClient.revokeToken(RevokeTokenRequest revokeTokenRequest)
Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RevokeTokenResponse> |
CognitoIdentityProviderAsyncClient.revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest)
Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.
|
default CompletableFuture<RevokeTokenResponse> |
CognitoIdentityProviderAsyncClient.revokeToken(RevokeTokenRequest revokeTokenRequest)
Revokes all of the access tokens generated by, and at the same time as, the specified refresh token.
|
Copyright © 2023. All rights reserved.