OtpOptions
Namespace: SimpleOTP.DependencyInjection
Provides options for the One-Time Password service.
Inheritance Object → OtpOptions
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute
Properties
Issuer
The name of the issuer.
Property Value
String
IssuerDomain
The issuer domain.
Property Value
String
Remarks:
IMPORTANT: Using this property will imply adherence to the Apple specification.
Algorithm
The algorithm to use.
Property Value
OtpAlgorithm
Digits
The number of digits in the OTP code.
Property Value
Int32
Period
The number of seconds between each OTP code.
Property Value
Int32
Type
The type of One-Time Password to generate.
Property Value
OtpType
UriFormat
The format of OTP URIs.
Property Value
OtpUriFormat
ToleranceSpan
The tolerance span for the OTP codes validation.
Property Value
ToleranceSpan
CustomProperties
Custom properties to place in OTP URIs.
Property Value
NameValueCollection
Constructors
OtpOptions()
Caution
Constructors of types with required members are not supported in this version of your compiler.