public static interface RevokeTokenRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<RevokeTokenRequest.Builder,RevokeTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
RevokeTokenRequest.Builder |
clientId(String clientId)
The client ID for the token that you want to revoke.
|
RevokeTokenRequest.Builder |
clientSecret(String clientSecret)
The secret for the client ID.
|
RevokeTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RevokeTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RevokeTokenRequest.Builder |
token(String token)
The refresh token that you want to revoke.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeTokenRequest.Builder token(String token)
The refresh token that you want to revoke.
token - The refresh token that you want to revoke.RevokeTokenRequest.Builder clientId(String clientId)
The client ID for the token that you want to revoke.
clientId - The client ID for the token that you want to revoke.RevokeTokenRequest.Builder clientSecret(String clientSecret)
The secret for the client ID. This is required only if the client ID has a secret.
clientSecret - The secret for the client ID. This is required only if the client ID has a secret.RevokeTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRevokeTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.