Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenRotationType
Packages that use RefreshTokenRotationType
-
Uses of RefreshTokenRotationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RefreshTokenRotationTypeModifier and TypeMethodDescriptionfinal RefreshTokenRotationTypeCreateUserPoolClientRequest.refreshTokenRotation()The configuration of your app client for refresh token rotation.final RefreshTokenRotationTypeUpdateUserPoolClientRequest.refreshTokenRotation()The configuration of your app client for refresh token rotation.final RefreshTokenRotationTypeUserPoolClientType.refreshTokenRotation()The configuration of your app client for refresh token rotation.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RefreshTokenRotationTypeModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.UpdateUserPoolClientRequest.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.UserPoolClientType.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.