Interface CreateTotpDeviceOtpAuthUrlOptions

Export

Interface

CreateTotpDeviceOtpAuthUrlOptions

Hierarchy

  • CreateTotpDeviceOtpAuthUrlOptions

Properties

algorithm?: string

Optional algorithm override

Memberof

CreateTotpDeviceOtpAuthUrlOptions

digits?: number

Optional number of digits in TOTP code

Memberof

CreateTotpDeviceOtpAuthUrlOptions

issuer?: string

Optional issuer override for the TOTP device

Memberof

CreateTotpDeviceOtpAuthUrlOptions

name?: string

Name for labeling the TOTP device

Memberof

CreateTotpDeviceOtpAuthUrlOptions

otpAuthUrl: string

OTP Auth URI for connecting a TOTP device.

Memberof

CreateTotpDeviceOtpAuthUrlOptions

period?: number

Optional period in seconds for TOTP code expiration

Memberof

CreateTotpDeviceOtpAuthUrlOptions

username?: string

Optional username for the TOTP device

Memberof

CreateTotpDeviceOtpAuthUrlOptions