RecoverParameters

data class RecoverParameters(val organizationId: String, val memberId: String, val sessionDurationMinutes: Int, val recoveryCode: String)

A data class wrapping the parameters needed to consume a recovery code

Constructors

Link copied to clipboard
constructor(organizationId: String, memberId: String, sessionDurationMinutes: Int, recoveryCode: String)

Properties

Link copied to clipboard

The ID of the member to create the TOTP for

Link copied to clipboard

The ID of the organization the member belongs

Link copied to clipboard

The recovery code to authenticate.

Link copied to clipboard

indicates how long the session should last before it expires