Skip to main content
type InitiateMfaEnrollmentResult = {
  authUrl: string;
  secret: string;
};
Result of initiateMfaEnrollment.

Properties

PropertyTypeDescription
authUrlstringThe otpauth:// URL for the authenticator app (for QR code generation).
secretstringThe base32-encoded TOTP secret (for manual entry).