CodeGlyphX logo
CodeGlyphX

API Reference

Enum

OtpAuthType

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

OTP token type for otpauth:// URIs.

Inheritance

  • Enum
  • OtpAuthType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const OtpAuthType Totp #

Time-based one-time password.

Value: 0
public const OtpAuthType Hotp #

Counter-based one-time password.

Value: 1