Show / Hide Table of Contents

Class ListenerPasswordAuthenticator

ListenerPasswordAuthenticator provides password types authentication such as the BASIC authentication that we currently support.

Inheritance
System.Object
ListenerPasswordAuthenticator
Implements
IListenerAuthenticator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ListenerPasswordAuthenticator : IListenerAuthenticator
Remarks

NOTE: This is an enterprise edition feature

Constructors

| Improve this Doc View Source

ListenerPasswordAuthenticator(ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback)

Creates a ListenerPasswordAuthenticator object with the given delegate object used for authenticating the username and password.

Declaration
public ListenerPasswordAuthenticator(ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback passwordAuthenticationCallback)
Parameters
Type Name Description
ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback passwordAuthenticationCallback
Remarks

NOTE: This is an enterprise edition feature

Properties

| Improve this Doc View Source

ServerPasswordAuthenticationCallback

Declaration
public ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback ServerPasswordAuthenticationCallback { get; set; }
Property Value
Type Description
ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback

Implements

IListenerAuthenticator
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX