Class Credentials.Provider
A class, containing the names for the built in providers.
Namespace: Realms.Sync
Assembly: Realm.Sync.dll
Syntax
public static class Provider : object
Fields
| Improve this Doc View SourceAnonymous
The Anonymous provider, associated with Anonymous().
Declaration
public const string Anonymous = null
Field Value
Type | Description |
---|---|
String |
AzureAD
The Azure Active Directory provider, associated with AzureAD(String).
Declaration
public const string AzureAD = null
Field Value
Type | Description |
---|---|
String |
The Facebook provider, associated with Facebook(String).
Declaration
public const string Facebook = null
Field Value
Type | Description |
---|---|
String |
The Google provider, associated with Google(String).
Declaration
public const string Google = null
Field Value
Type | Description |
---|---|
String |
JWT
The Json Web Token provider, associated with JWT(String).
Declaration
public const string JWT = null
Field Value
Type | Description |
---|---|
String |
Nickname
The Nickname provider, associated with Nickname(String, Boolean).
Declaration
public const string Nickname = null
Field Value
Type | Description |
---|---|
String |
UsernamePassword
The Username/Password provider, associated with UsernamePassword(String, String, Boolean).
Declaration
public const string UsernamePassword = null
Field Value
Type | Description |
---|---|
String |