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