TotpObject
TOTP factor details returned during enrollment.
| Name | Type | Definition |
|---|---|---|
qr_code? | string | SVG QR code. |
secret? | string | Shared TOTP secret. |
uri? | string | OTP auth URI. |
Example
{ "qr_code": "<svg>...</svg>", "secret": "JBSWY3DPEHPK3PXP", "uri": "otpauth://totp/Jupiter:user@example.com"}