dart_otp
dart_otp
HOTP
type property
type
dart_otp
dart_otp
HOTP
type property
HOTP class
Constructors
HOTP
Properties
counter
extraUrlProperties
type
algorithm
digits
hashCode
runtimeType
secret
Methods
at
verify
generateOTP
generateUrl
noSuchMethod
toString
Operators
operator ==
type
property
OTPType
type
The type of the token.
Implementation
@override OTPType get type => OTPType.HOTP;