getLatestAuthToken abstract method

Future<String?> getLatestAuthToken()

Returns the latest authorization token, or null if unavailable. If an Exception is thrown, it will be treated the same as a null token. However, Error objects will not be caught and must be handled by the developer.

Implementation

Future<String?> getLatestAuthToken();