accessToken property
String
get
accessToken
Gets the access token for this User. This is the user's credential for accessing Atlas App Services and should be treated as sensitive data.
Implementation
String get accessToken {
return realmCore.userGetAccessToken(this);
}