SessionExchangeParameters

data class SessionExchangeParameters(val organizationId: String, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Data class used for wrapping parameters used with exchanging sessions between organizations.

Constructors

Link copied to clipboard
constructor(organizationId: String, sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard

is the organization ID of the desired organization

Link copied to clipboard

indicates how long the session should last before it expires