UserPoolClientRefreshTokenRotationArgs

data class UserPoolClientRefreshTokenRotationArgs(val feature: Output<String>, val retryGracePeriodSeconds: Output<Int>? = null) : ConvertibleToJava<UserPoolClientRefreshTokenRotationArgs>

Constructors

Link copied to clipboard
constructor(feature: Output<String>, retryGracePeriodSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val feature: Output<String>

The state of refresh token rotation for the current app client. Valid values are ENABLED or DISABLED.

Link copied to clipboard
val retryGracePeriodSeconds: Output<Int>? = null

A period of time in seconds that the user has to use the old refresh token before it is invalidated. Valid values are between 0 and 60.

Functions

Link copied to clipboard
open override fun toJava(): UserPoolClientRefreshTokenRotationArgs