retrieve abstract method

Future<TokenStoreItem?> retrieve()

Retrieve the cached credentials.

Returns the cached credentials if found, null otherwise.

Implementation

Future<TokenStoreItem?> retrieve();