SystemOfRecordAccess
data class SystemOfRecordAccess(val accessToken: String, val accessTokenExpiration: Instant, val refreshToken: String?)
Authentication information to access System of Record.
Authentication information to access System of Record.