migration_refreshToken constant

  1. @Deprecated('Will be removed once all apps data is migrated from Hive')
String const migration_refreshToken

Key used to store the refresh token which can be used to obtain a new JWT. This is deprecated and will be removed once all app data is migrated from Hive.

Implementation

@Deprecated('Will be removed once all apps data is migrated from Hive')
static const String migration_refreshToken =
    '__REST_API_CLIENT:REFRESH_TOKEN';