Class UserIdentity
A class containing information about an identity associated with a user.
Namespace: Realms.Sync
Assembly: Realm.dll
Syntax
[BsonNoId]
public class UserIdentity
Properties
| Edit this page View SourceId
Gets the unique identifier for this identity.
Declaration
[Preserve]
public string Id { get; }
Property Value
Type | Description |
---|---|
string | The identity's Id. |
Provider
Gets the auth provider defining this identity.
Declaration
[Preserve]
public Credentials.AuthProvider Provider { get; }
Property Value
Type | Description |
---|---|
Credentials.AuthProvider | The identity's auth provider. |
Methods
| Edit this page View SourceToString()
Returns a string representation of the value.
Declaration
[Preserve]
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of the value. |