| 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.
|
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default RevokeTokenResponse |
CognitoIdentityProviderClient.revokeToken(RevokeTokenRequest 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
RevokeTokenRequestMarshaller.marshall(RevokeTokenRequest revokeTokenRequest) |
Copyright © 2023. All rights reserved.