MfaStatus

data class MfaStatus(val enabled: Boolean, val active: Boolean)(source)

Represents the MFA status of a user.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, active: Boolean)

Properties

Link copied to clipboard

Whether MFA is active for the user. If true, the user is logged in using MFA.

Link copied to clipboard

Whether MFA is enabled for the user. If true, the user can log in using MFA and has at least one verified factor.