ManagedUserPoolClientTokenValidityUnits

data class ManagedUserPoolClientTokenValidityUnits(val accessToken: String? = null, val idToken: String? = null, val refreshToken: String? = null)

Constructors

Link copied to clipboard
constructor(accessToken: String? = null, idToken: String? = null, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: String? = null

Time unit for the value in access_token_validity and defaults to hours.

Link copied to clipboard
val idToken: String? = null

Time unit for the value in id_token_validity, and it defaults to hours.

Link copied to clipboard
val refreshToken: String? = null

Time unit for the value in refresh_token_validity and defaults to days.