ExchangeParameters

data class ExchangeParameters(val organizationId: String, val sessionDurationMinutes: UInt, val locale: String? = null)

Data class used for wrapping parameters used with Sessions exchange

Constructors

Link copied to clipboard
constructor(organizationId: String, sessionDurationMinutes: UInt, locale: String? = null)

Properties

Link copied to clipboard
val locale: String? = null

The locale will be used if an OTP code is sent to the member's phone number as part of a secondary authentication requirement.

Link copied to clipboard

The ID of the organization that the new session should belong to.

Link copied to clipboard

indicates how long the session should last before it expires