Factor
| Name | Type | Definition |
|---|---|---|
id | string | |
friendly_name? | string | |
factor_type | FactorType | |
status | FactorVerificationStatus | |
created_at | string | |
updated_at | string | |
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"}