Click or drag to resize

ReplicatorConfigurationAuthenticator Property

Gets or sets the class which will authenticate the replication

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Authenticator Authenticator { get; set; }

Property Value

Type: Authenticator
See Also