Show / Hide Table of Contents

    Class Credentials.Provider

    A class, containing the names for the built in providers.

    Inheritance
    Object
    Credentials.Provider
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Realms.Sync
    Assembly: Realm.Sync.dll
    Syntax
    public static class Provider

    Fields

    | Improve this Doc View Source

    AzureAD

    The Azure Active Directory provider, associated with AzureAD(String).

    Declaration
    public const string AzureAD = "azuread"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Facebook

    The Facebook provider, associated with Facebook(String).

    Declaration
    public const string Facebook = "facebook"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Google

    The Google provider, associated with Google(String).

    Declaration
    public const string Google = "google"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    UsernamePassword

    The Username/Password provider, associated with UsernamePassword(String, String, Boolean).

    Declaration
    public const string UsernamePassword = "password"
    Field Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2017 Realm
    Generated by DocFX