ManagedUserPoolClientRefreshTokenRotation

data class ManagedUserPoolClientRefreshTokenRotation(val feature: String, val retryGracePeriodSeconds: Int? = null)

Constructors

constructor(feature: String, retryGracePeriodSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.