refreshToken property

Future<String> refreshToken

Implementation

Future<String> get refreshToken {
  return _realmAuth.getRefreshToken();
}