Retrieves the access token from storage.
static Future<String?> get access async { return AppStorage.getString(_accessTokenKey); }