Class ListenerPasswordAuthenticator
ListenerPasswordAuthenticator provides password types authentication such as the BASIC authentication that we currently support.
Inheritance
System.Object
ListenerPasswordAuthenticator
Implements
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 SourceListenerPasswordAuthenticator(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 SourceServerPasswordAuthenticationCallback
Declaration
public ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback ServerPasswordAuthenticationCallback { get; set; }
Property Value
Type | Description |
---|---|
ListenerPasswordAuthenticator.ListenerPasswordAuthenticatorCallback |