getToken abstract method

Future<AuthToken?> getToken()

get token

it can throw AuthStorageException on non-recoverable errors.

it will clear database on inconsistencies.

Implementation

Future<AuthToken?> getToken();