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

Method JWTChannels

auth/user.go:233–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233func (user *userImpl) JWTChannels() ch.TimedSet {
234 return user.JWTChannels_
235}
236
237func (user *userImpl) SetJWTChannels(channels ch.TimedSet, invalSeq uint64) {
238 user.JWTChannels_ = channels

Callers 1

CollectionJWTChannelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected