refreshToken property
String
get
refreshToken
The refresh token token of the logged in user.
If you want to log in the user again in the future, even after the app has been restarted, persist this token and use FirebaseAccount.restore() to recreate the account without the user having to log in again.
Implementation
String get refreshToken => _refreshToken;