AuthFactor
data class AuthFactor(val type: AuthFactorType, val value: String)
Represents a user's authentication factor
Constructors
| AuthFactor | constructor(type: AuthFactorType, value: String) |
Properties
| Name | Summary |
|---|---|
| type | val type: AuthFactorType The type of authentication factor. |
| value | val value: String The value of the authentication factor |