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

Method GetSessionUUID

auth/principal.go:98–98  ·  view source on GitHub ↗

GetSessionUUID returns the UUID that a session to match to be a valid session.

()

Source from the content-addressed store, hash-verified

96
97 // GetSessionUUID returns the UUID that a session to match to be a valid session.
98 GetSessionUUID() string
99
100 // UpdateSessionUUID creates a new session UUID
101 UpdateSessionUUID()

Callers 4

TestSessionExtensionFunction · 0.95
AuthenticateCookieMethod · 0.65
CreateSessionMethod · 0.65
GetSessionMethod · 0.65

Implementers 1

userImplauth/user.go

Calls

no outgoing calls

Tested by 1

TestSessionExtensionFunction · 0.76