MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / DeleteUserSession

Method DeleteUserSession

internal/memory_store/provider.go:46–46  ·  view source on GitHub ↗

DeleteUserSession deletes the user session

(userId, key string)

Source from the content-addressed store, hash-verified

44 GetUserSession(userId, key string) (string, error)
45 // DeleteUserSession deletes the user session
46 DeleteUserSession(userId, key string) error
47 // DeleteAllSessions deletes all the sessions from the session store
48 DeleteAllUserSessions(userId string) error
49 // DeleteSessionForNamespace deletes the session for a given namespace

Callers 9

TestMemoryStoreProviderFunction · 0.65
RevokeMethod · 0.65
SessionMethod · 0.65
LogoutMethod · 0.65
LogoutHandlerMethod · 0.65
AuthorizeHandlerMethod · 0.65
TokenHandlerMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestMemoryStoreProviderFunction · 0.52