Documentation navigation

Factor

NameTypeDefinition
idstring
friendly_name?string
factor_typeFactorType
statusFactorVerificationStatus
created_atstring
updated_atstring
last_challenged_at?string

Example

{  "id": "factor-id",  "friendly_name": "Authenticator app",  "factor_type": "totp",  "status": "verified",  "created_at": "2026-01-01T00:00:00.000Z",  "updated_at": "2026-01-01T00:00:00.000Z",  "last_challenged_at": "2026-01-01T00:00:00.000Z"}