MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Authenticator

Method Authenticator

db/database_collection.go:148–150  ·  view source on GitHub ↗

Authenticator returns authentication options associated with the collection's database.

(ctx context.Context)

Source from the content-addressed store, hash-verified

146
147// Authenticator returns authentication options associated with the collection's database.
148func (c *DatabaseCollection) Authenticator(ctx context.Context) *auth.Authenticator {
149 return c.dbCtx.Authenticator(ctx)
150}
151
152// activeChannels tracks active replications by channel. This is a database level property.
153func (c *DatabaseCollection) activeChannels() *channels.ActiveChannels {

Callers 2

ReloadUserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected