refreshToken constant
String
const refreshToken
Key used to store the refresh token which can be used to obtain a new JWT.
Implementation
static const String refreshToken = 'REFRESH_TOKEN';
Key used to store the refresh token which can be used to obtain a new JWT.
static const String refreshToken = 'REFRESH_TOKEN';