Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenRotationType.Builder
-
Packages that use RefreshTokenRotationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of RefreshTokenRotationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RefreshTokenRotationType.Builder Modifier and Type Method Description static RefreshTokenRotationType.BuilderRefreshTokenRotationType. builder()RefreshTokenRotationType.BuilderRefreshTokenRotationType.Builder. feature(String feature)The state of refresh token rotation for the current app client.RefreshTokenRotationType.BuilderRefreshTokenRotationType.Builder. feature(FeatureType feature)The state of refresh token rotation for the current app client.RefreshTokenRotationType.BuilderRefreshTokenRotationType.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.BuilderRefreshTokenRotationType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type RefreshTokenRotationType.Builder Modifier and Type Method Description static Class<? extends RefreshTokenRotationType.Builder>RefreshTokenRotationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type RefreshTokenRotationType.Builder Modifier and Type Method Description default CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation)The configuration of your app client for refresh token rotation.default UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.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.
-