Documentation navigation

TotpObject

TOTP factor details returned during enrollment.

NameTypeDefinition
qr_code?stringSVG QR code.
secret?stringShared TOTP secret.
uri?stringOTP auth URI.

Example

{  "qr_code": "<svg>...</svg>",  "secret": "JBSWY3DPEHPK3PXP",  "uri": "otpauth://totp/Jupiter:user@example.com"}