Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLListenerAuthenticator Struct Reference

Describes how clients should authenticate to a CBLURLEndpointListener. More...

#include <cbl/CBLURLEndpointListener.h>

Data Fields

CBLPasswordAuthenticator passwordAuthenticator
 Username/password callback for HTTP auth. More...
 
CBLCertificatecertificate
 X.509 certificate for TLS auth. More...
 

Detailed Description

Describes how clients should authenticate to a CBLURLEndpointListener.

Field Documentation

◆ certificate

CBLCertificate* CBLListenerAuthenticator::certificate

X.509 certificate for TLS auth.

◆ passwordAuthenticator

CBLPasswordAuthenticator CBLListenerAuthenticator::passwordAuthenticator

Username/password callback for HTTP auth.


The documentation for this struct was generated from the following file: