Click or drag to resize

BasicAuthenticator Class

An object that will authenticate a Replicator using HTTP Basic authentication
Inheritance Hierarchy

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public sealed class BasicAuthenticator : Authenticator

The BasicAuthenticator type exposes the following members.

Constructors
  NameDescription
Public methodBasicAuthenticator
Constructor
Top
Properties
  NameDescription
Public propertyPassword
Gets the username that this object holds
Public propertyUsername
Gets the password that this object holds
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also