MCPcopy Create free account
hub / github.com/couchbase/couchnode / EventingFunctionUrlAuth

Interface EventingFunctionUrlAuth

lib/eventingfunctionmanager.ts:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 * @category Management
332 */
333export interface EventingFunctionUrlAuth {
334 /**
335 * The method of authentication to use.
336 */
337 method: EventingFunctionUrlAuthMethod
338}
339
340/**
341 * Specifies that Basic authentication should be used for the URL.

Callers

nothing calls this directly

Implementers 3

EventingFunctionUrlAuthBasiclib/eventingfunctionmanager.ts
EventingFunctionUrlAuthDigestlib/eventingfunctionmanager.ts
EventingFunctionUrlAuthBearerlib/eventingfunctionmanager.ts

Calls

no outgoing calls

Tested by

no test coverage detected