Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class EventingFunctionUrlAuthBearer

    Auth-bearer authentication.

    Inheritance
    object
    EventingFunctionUrlAuthBearer
    Implements
    IEventingFunctionUrlAuth
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Management.Eventing
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class EventingFunctionUrlAuthBearer : IEventingFunctionUrlAuth

    Properties

    | Edit this page View Source

    Key

    The bearer key for bearer auth.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ToJson()

    Declaration
    [Obsolete]
    public List<JProperty> ToJson()
    Returns
    Type Description
    List<JProperty>

    Implements

    IEventingFunctionUrlAuth
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.