CoreRealmUser class

A user that belongs to a MongoDB Stitch application.

Constructors

CoreRealmUser({required String? id, String? deviceId, StitchUserProfile? profile})

Properties

accessToken Future<String>
no setter
deviceId String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isLoggedIn Future<bool>
no setter
profile StitchUserProfile?
final
refreshToken Future<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

linkCredentials(StitchCredential credential) Future<CoreRealmUser?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map? map) → dynamic