InMemoryAuthVerificationTokenStore class
In-memory token store for development and tests.
Constructors
- InMemoryAuthVerificationTokenStore({DateTime clock()?, int maxTokens = 1024})
Properties
Methods
-
captureDeletionState(
) → Object -
override
-
consume(
String identifier, String token) → Future< AuthVerificationToken?> -
override
-
delete(
String identifier) → Future< void> -
override
-
deleteToken(
String identifier, String token) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
restoreDeletionState(
Object state) → void -
override
-
save(
AuthVerificationToken token) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited