Interface: MFAMethod
Defined in: src/types/interfaces/auth.interface.ts:230
MFA method descriptor.
Properties
id
readonlyid:string
Defined in: src/types/interfaces/auth.interface.ts:243
Method identifier.
Remarks
For webauthn, this is the credential ID. For TOTP, this is a stable identifier.
name?
readonlyoptionalname:string
Defined in: src/types/interfaces/auth.interface.ts:250
Human-readable method name.
Example
"Authenticator app", "Security key - YubiKey"
type
readonlytype:"webauthn"|"totp"|"backup_code"
Defined in: src/types/interfaces/auth.interface.ts:234
Method type.