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