Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class EventingFunctionUrlAuthBearer

Auth-bearer authentication.

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

Constructors

View Source

EventingFunctionUrlAuthBearer()

Declaration
public EventingFunctionUrlAuthBearer()

Properties

View Source

Key

The bearer key for bearer auth.

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

Methods

View Source

ToJson()

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

Implements

IEventingFunctionUrlAuth
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.