Couchbase C++ SDK 1.3.1 (rev. fb3f860)
Loading...
Searching...
No Matches
jwt_authenticator Class Reference

A JWT authenticator which uses a JSON Web Token (JWT) to authenticate with the cluster. More...

#include <couchbase/jwt_authenticator.hxx>

Public Member Functions

 jwt_authenticator (std::string token)
 Creates a JWT authenticator with the provided token.

Friends

class cluster_options
class cluster

Detailed Description

A JWT authenticator which uses a JSON Web Token (JWT) to authenticate with the cluster.

Since
1.3.0
Uncommitted
Might be changed in the future, and eventually promoted to committed

Constructor & Destructor Documentation

◆ jwt_authenticator()

jwt_authenticator ( std::string token)
inlineexplicit

Creates a JWT authenticator with the provided token.

Parameters
tokenthe JWT
Since
1.3.0
Uncommitted
Might be changed in the future, and eventually promoted to committed

◆ cluster

friend class cluster
friend

◆ cluster_options

friend class cluster_options
friend

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