couchbase
    Preparing search index...

    Interface IJwtAuthenticator

    IJwtAuthenticator specifies an authenticator which uses a JWT token to authenticate with the cluster.

    interface IJwtAuthenticator {
        token: string;
    }

    Implemented by

    Index

    Properties

    Properties

    token: string

    The token to authenticate with.