AuthenticatorFactory Class |
Namespace: Couchbase.Lite.Auth
public class AuthenticatorFactory
The AuthenticatorFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthenticatorFactory | Initializes a new instance of the AuthenticatorFactory class |
| Name | Description | |
|---|---|---|
| CreateBasicAuthenticator |
Creates an object for handling HTTP Basic authentication
| |
| CreateDigestAuthenticator |
Creates an object for handling HTTP Digest authentication (experimental)
| |
| CreateFacebookAuthenticator |
Creates an object for handling Facebook authentication
| |
| CreateOpenIDAuthenticator |
Creates an authenticator that handles an OpenID authentication flow
| |
| CreatePersonaAuthenticator |
Creates an object for handling Persona authentication
|