Class EventingFunctionUrlAuthBasic
Basic authentication.
Implements
Inherited Members
Namespace: Couchbase.Management.Eventing
Assembly: Couchbase.NetClient.dll
Syntax
public class EventingFunctionUrlAuthBasic : IEventingFunctionUrlAuth
Properties
| Edit this page View SourcePassword
The password for http auth methods that use it.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
The username for http auth methods that use it.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceToJson()
Declaration
[Obsolete]
public List<JProperty> ToJson()
Returns
Type | Description |
---|---|
List<JProperty> |