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

Method AdminSession

internal/graphql/provider.go:95–95  ·  view source on GitHub ↗

AdminSession is the method to get admin session. Permissions: authorizer:admin

(ctx context.Context)

Source from the content-addressed store, hash-verified

93 // AdminSession is the method to get admin session.
94 // Permissions: authorizer:admin
95 AdminSession(ctx context.Context) (*model.Response, error)
96 // DeactivateAccount is the method to deactivate account.
97 // Permissions: authorized user
98 DeactivateAccount(ctx context.Context) (*model.Response, error)

Callers 5

TestAdminSessionFunction · 0.65
AdminSessionMethod · 0.65
AdminSessionMethod · 0.65
AdminSessionMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestAdminSessionFunction · 0.52