UserPoolClientTokenValidityUnitsArgs

data class UserPoolClientTokenValidityUnitsArgs(val accessToken: Output<String>? = null, val idToken: Output<String>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<UserPoolClientTokenValidityUnitsArgs>

Constructors

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

Properties

Link copied to clipboard
val accessToken: Output<String>? = null

A time unit for the value that you set in the AccessTokenValidity parameter. The default AccessTokenValidity time unit is hours . AccessTokenValidity duration can range from five minutes to one day.

Link copied to clipboard
val idToken: Output<String>? = null

A time unit for the value that you set in the IdTokenValidity parameter. The default IdTokenValidity time unit is hours . IdTokenValidity duration can range from five minutes to one day.

Link copied to clipboard
val refreshToken: Output<String>? = null

A time unit for the value that you set in the RefreshTokenValidity parameter. The default RefreshTokenValidity time unit is days . RefreshTokenValidity duration can range from 60 minutes to 10 years.

Functions

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