Class AccountInfo
An object containing information about an account associated with a user.
Namespace: Realms.Sync
Assembly: Realm.Sync.dll
Syntax
public class AccountInfo : object
Properties
| Improve this Doc View SourceProvider
Gets the provider that manages this user account.
Declaration
public string Provider { get; }
Property Value
Type | Description |
---|---|
String |
ProviderUserIdentity
Gets the user account's identity in the provider's system.
Declaration
public string ProviderUserIdentity { get; }
Property Value
Type | Description |
---|---|
String |