Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RevokeTokenRequest.Builder
Packages that use RevokeTokenRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of RevokeTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type RevokeTokenRequest.BuilderModifier and TypeMethodDescriptiondefault 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 RevokeTokenResponseCognitoIdentityProviderClient.revokeToken(Consumer<RevokeTokenRequest.Builder> revokeTokenRequest) Revokes all of the access tokens generated by, and at the same time as, the specified refresh token. -
Uses of RevokeTokenRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RevokeTokenRequest.BuilderModifier and TypeMethodDescriptionstatic RevokeTokenRequest.BuilderRevokeTokenRequest.builder()The ID of the app client where the token that you want to revoke was issued.RevokeTokenRequest.Builder.clientSecret(String clientSecret) The client secret of the requested app client, if the client has a secret.RevokeTokenRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RevokeTokenRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RevokeTokenRequest.toBuilder()The refresh token that you want to revoke.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RevokeTokenRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RevokeTokenRequest.Builder>RevokeTokenRequest.serializableBuilderClass()