Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RefreshTokenRotationType
-
Packages that use RefreshTokenRotationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of RefreshTokenRotationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RefreshTokenRotationType Modifier and Type Method Description RefreshTokenRotationTypeCreateUserPoolClientRequest. refreshTokenRotation()The configuration of your app client for refresh token rotation.RefreshTokenRotationTypeUpdateUserPoolClientRequest. refreshTokenRotation()The configuration of your app client for refresh token rotation.RefreshTokenRotationTypeUserPoolClientType. refreshTokenRotation()The configuration of your app client for refresh token rotation.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RefreshTokenRotationType Modifier and Type Method Description CreateUserPoolClientRequest.BuilderCreateUserPoolClientRequest.Builder. refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation)The configuration of your app client for refresh token rotation.UpdateUserPoolClientRequest.BuilderUpdateUserPoolClientRequest.Builder. refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation)The configuration of your app client for refresh token rotation.UserPoolClientType.BuilderUserPoolClientType.Builder. refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation)The configuration of your app client for refresh token rotation.
-