LocalData class abstract

An interface that provides information about the information that is stored locally in the SDK.

This includes authenticator and device information. The interface also allows to delete the data locally.

Constructors

LocalData()

Properties

accounts → Future<Set<Account>>
Convenience method that returns all the registered accounts.
no setter
authenticators → Future<Set<Authenticator>>
Returns information about the authenticators.
no setter
deviceInformation → Future<DeviceInformation?>
Returns information about the configured DeviceInformation (if any).
no setter
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAuthenticator({required String username, String? aaid}) → Future<void>
Deletes all the data managed by the SDK regarding the provided authenticator.
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