Skip to main content

Interface: MFAMethod

Defined in: src/auth/MFAStrategy.ts:30

Describes a method for performing the secondary authentication.

Properties

data

data: any

Defined in: src/auth/MFAStrategy.ts:34

The method specific data required to perform secondary authentication.


id

id: string

Defined in: src/auth/MFAStrategy.ts:32

The unique id of the secondary authentication method.


type

type: MFAMethodType

Defined in: src/auth/MFAStrategy.ts:36

The method type of contact (e.g. email, fido2, sms).