AuthenticateParameters

data class AuthenticateParameters(val oauthToken: String, val locale: String? = null, val sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

A data class wrapping the parameters necessary to authenticate an OAuth flow

Constructors

Link copied to clipboard
constructor(oauthToken: String, locale: String? = null, sessionDurationMinutes: UInt = Constants.DEFAULT_SESSION_TIME_MINUTES)

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 oauth token used to finish the discovery flow

Link copied to clipboard

indicates how long the session should last before it expires