SSOCachedToken

@JsonSerializable
data class SSOCachedToken(val startUrl: String, val region: String, val accessToken: String, val expiresAt: Instant, val clientId: String, val clientSecret: String, val registrationExpiresAt: Instant, val refreshToken: String? = null)(source)

Constructors

Link copied to clipboard
constructor(startUrl: String, region: String, accessToken: String, expiresAt: Instant, clientId: String, clientSecret: String, registrationExpiresAt: Instant, refreshToken: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard