FAuthenticator class

Constructors

FAuthenticator({String? secret, Algorithm algorithm = Algorithm.SHA1, int interval = 30, bool isGoogle = true, int keyLength = 6, required String appName, required String username})

Properties

algorithm → Algorithm
final
appName String
final
getCurrentCode int
no setter
getCurrentSecret String?
no setter
getCurrentStringCode String
no setter
no setter
getRandomSecret String
no setter
hashCode int
The hash code for this object.
no setterinherited
interval int
final
isGoogle bool
final
keyLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
final
username String
final

Methods

getCodeStream() Stream<int>
getStringCodeStream() Stream<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited