1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00
1
simpleotp.otpuriformat
Eugene Fox edited this page 2024-09-18 16:16:09 +03:00

OtpUriFormat

Namespace: SimpleOTP

Bitwise flags for specifying the format of One-Time Password (OTP) URIs.

public enum OtpUriFormat

Inheritance ObjectValueTypeEnumOtpUriFormat
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Minimal 1 Represents a minimal URI format - only non-default properties are included.
Full 2 Represents a full URI format - all properties are included.
Google 16 Represents a Google URI format.
Apple 32 Represents an Apple URI format.
IBM 64 Represents an IBM URI format.
Yubico 128 Represents a Yubico URI format.
IIJ 256 Represents an IIJ URI format.