accessToken property

Future<String> accessToken

Implementation

Future<String> get accessToken {
  return _realmAuth.getAccessToken();
}