Skip to content

AuthFactor ​

data class AuthFactor(val type: AuthFactorType, val value: String)

Represents a user's authentication factor

Constructors ​

AuthFactorconstructor(type: AuthFactorType, value: String)

Properties ​

NameSummary
typeval type: AuthFactorType
The type of authentication factor.
valueval value: String
The value of the authentication factor