|
Couchbase Lite C
Couchbase Lite C API
|
Describes how clients should authenticate to a CBLURLEndpointListener. More...
#include <cbl/CBLURLEndpointListener.h>
Data Fields | |
| CBLPasswordAuthenticator | passwordAuthenticator |
| Username/password callback for HTTP auth. More... | |
| CBLCertificate * | certificate |
| X.509 certificate for TLS auth. More... | |
Describes how clients should authenticate to a CBLURLEndpointListener.
| CBLCertificate* CBLListenerAuthenticator::certificate |
X.509 certificate for TLS auth.
| CBLPasswordAuthenticator CBLListenerAuthenticator::passwordAuthenticator |
Username/password callback for HTTP auth.
1.8.15