Interface: MFAMethod
Defined in: src/auth/MFAStrategy.ts:34
Describes a method for performing the secondary authentication.
Properties
data
data:
any
Defined in: src/auth/MFAStrategy.ts:38
The method specific data required to perform secondary authentication.
id
id:
string
Defined in: src/auth/MFAStrategy.ts:36
The unique id of the secondary authentication method.
type
type:
MFAMethodType
Defined in: src/auth/MFAStrategy.ts:40
The method type of contact (e.g. email, fido2, sms).