AuthenticateParameters

data class AuthenticateParameters @JvmOverloads constructor(val oauthToken: String, val locale: Locale? = null, val sessionDurationMinutes: Int = 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: Locale? = null, sessionDurationMinutes: Int = DEFAULT_SESSION_TIME_MINUTES)

Properties

Link copied to clipboard
val locale: Locale? = 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