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 SourceAzureAD
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 |
UsernamePassword
The Username/Password provider, associated with UsernamePassword(String, String, Boolean).
Declaration
public const string UsernamePassword = "password"
Field Value
Type | Description |
---|---|
String |