Uses of Interface
software.amazon.awscdk.services.cognito.CfnUserPoolClient.RefreshTokenRotationProperty
Packages that use CfnUserPoolClient.RefreshTokenRotationProperty
-
Uses of CfnUserPoolClient.RefreshTokenRotationProperty in software.amazon.awscdk.services.cognito
Classes in software.amazon.awscdk.services.cognito that implement CfnUserPoolClient.RefreshTokenRotationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnUserPoolClient.RefreshTokenRotationPropertyMethods in software.amazon.awscdk.services.cognito that return CfnUserPoolClient.RefreshTokenRotationPropertyModifier and TypeMethodDescriptionCfnUserPoolClient.RefreshTokenRotationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.cognito with parameters of type CfnUserPoolClient.RefreshTokenRotationPropertyModifier and TypeMethodDescriptionCfnUserPoolClient.Builder.refreshTokenRotation(CfnUserPoolClient.RefreshTokenRotationProperty refreshTokenRotation) The configuration of your app client for refresh token rotation.CfnUserPoolClientProps.Builder.refreshTokenRotation(CfnUserPoolClient.RefreshTokenRotationProperty refreshTokenRotation) Sets the value ofCfnUserPoolClientProps.getRefreshTokenRotation()voidCfnUserPoolClient.setRefreshTokenRotation(CfnUserPoolClient.RefreshTokenRotationProperty value) The configuration of your app client for refresh token rotation.