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
Namespace: Couchbase.Lite.P2P
Assembly: Couchbase.Lite.dll
Syntax
public class ListenerPasswordAuthenticator : object, 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
Back to top Generated by DocFX