FAuthenticator class
Constructors
Properties
- algorithm → Algorithm
-
final
- appName → String
-
final
- getCurrentCode → int
-
no setter
- getCurrentSecret → String?
-
no setter
- getCurrentStringCode → String
-
no setter
- getLink → String
-
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