Click or drag to resize

AuthenticatorFactory Class

A factory class for creating IAuthenticator objects
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.AuthAuthenticatorFactory

Namespace:  Couchbase.Lite.Auth
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class AuthenticatorFactory

The AuthenticatorFactory type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticatorFactory
Initializes a new instance of the AuthenticatorFactory class
Top
Methods
  NameDescription
Public methodStatic memberCreateBasicAuthenticator
Creates an object for handling HTTP Basic authentication
Public methodStatic memberCreateDigestAuthenticator
Creates an object for handling HTTP Digest authentication (experimental)
Public methodStatic memberCreateFacebookAuthenticator
Creates an object for handling Facebook authentication
Public methodStatic memberCreateOpenIDAuthenticator
Creates an authenticator that handles an OpenID authentication flow
Public methodStatic memberCreatePersonaAuthenticator
Creates an object for handling Persona authentication
Top
See Also