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