Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenRotationType.Builder
Packages that use RefreshTokenRotationType.Builder
-
Uses of RefreshTokenRotationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RefreshTokenRotationType.BuilderModifier and TypeMethodDescriptionRefreshTokenRotationType.builder()The state of refresh token rotation for the current app client.RefreshTokenRotationType.Builder.feature(FeatureType feature) The state of refresh token rotation for the current app client.RefreshTokenRotationType.Builder.retryGracePeriodSeconds(Integer retryGracePeriodSeconds) When you request a token refresh withGetTokensFromRefreshToken, the original refresh token that you're rotating out can remain valid for a period of time of up to 60 seconds.RefreshTokenRotationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RefreshTokenRotationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RefreshTokenRotationType.Builder>RefreshTokenRotationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type RefreshTokenRotationType.BuilderModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.UpdateUserPoolClientRequest.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.default UserPoolClientType.BuilderUserPoolClientType.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.