AccessApplicationSaasAppRefreshTokenOption

data class AccessApplicationSaasAppRefreshTokenOption(val lifetime: String? = null)

Constructors

constructor(lifetime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lifetime: String? = null

How long a refresh token will be valid for after creation. Valid units are m, h and d. Must be longer than 1m.