Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GlobalSignOutRequest.Builder
Packages that use GlobalSignOutRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GlobalSignOutRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GlobalSignOutResponse>CognitoIdentityProviderAsyncClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default GlobalSignOutResponseCognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user. -
Uses of GlobalSignOutRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GlobalSignOutRequest.BuilderModifier and TypeMethodDescriptionGlobalSignOutRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.static GlobalSignOutRequest.BuilderGlobalSignOutRequest.builder()GlobalSignOutRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GlobalSignOutRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GlobalSignOutRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GlobalSignOutRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSignOutRequest.Builder>GlobalSignOutRequest.serializableBuilderClass()