MfaFactor

data class MfaFactor<T>(val id: String, val type: String, val data: T)(source)

Represents an enrolled MFA Factor

Parameters

id

The ID of the factor

type

The type of the factor

data

Additional data of the factor (like QR-Code for TOTP)

Constructors

Link copied to clipboard
constructor(id: String, type: String, data: T)

Properties

Link copied to clipboard
val data: T
Link copied to clipboard
val id: String
Link copied to clipboard