Class UserInfo
An object containing information about a user's identity in Realm's authentication system.
Inherited Members
Namespace:Realms.Sync
Assembly:Realm.Sync.dll
Syntax
public class UserInfo
Properties
| Improve this Doc View SourceIdentity
Gets the identity of the user in Realm's system. Equivalent to Identity.
Declaration
public string Identity { get; }
Property Value
Type | Description |
---|---|
String |
IsAdmin
Gets a value indicating whether the user is a Realm Object Server administrator user. Equivalent to IsAdmin.
Declaration
public bool IsAdmin { get; }
Property Value
Type | Description |
---|---|
Boolean |
Provider
Gets the provider that the user registered through.
Declaration
public string Provider { get; }
Property Value
Type | Description |
---|---|
String |
ProviderUserIdentity
Gets the user's identity in the provider's system.
Declaration
public string ProviderUserIdentity { get; }
Property Value
Type | Description |
---|---|
String |