UserPoolClientTokenValidityUnits

data class UserPoolClientTokenValidityUnits(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 in for the value in access_token_validity, defaults to hours.

Link copied to clipboard
val idToken: String? = null

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

Link copied to clipboard
val refreshToken: String? = null

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