SystemOfRecordAccess

data class SystemOfRecordAccess(val accessToken: String, val accessTokenExpiration: Instant, val refreshToken: String?)

Authentication information to access System of Record.

Constructors

Link copied to clipboard
constructor(accessToken: String, accessTokenExpiration: Instant, refreshToken: String?)

Types

Link copied to clipboard
object Companion

Properties

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