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

Method JWTChannels

auth/collection_access.go:132–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130// UserCollectionAccess functions the same as PrincipalCollectionAccess, but for user-specific properties.
131type UserCollectionAccess interface {
132 JWTChannels() ch.TimedSet
133 SetJWTChannels(ch.TimedSet, uint64)
134}
135

Callers 5

CollectionJWTChannelsMethod · 0.65
marshalPrincipalFunction · 0.65
UpdatePrincipalMethod · 0.65

Implementers 1

userImplauth/user.go

Calls

no outgoing calls

Tested by

no test coverage detected