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

Method AdminLogin

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

AdminLogin is the method to login as admin. Permissions: none

(ctx context.Context, params *model.AdminLoginRequest)

Source from the content-addressed store, hash-verified

87 // AdminLogin is the method to login as admin.
88 // Permissions: none
89 AdminLogin(ctx context.Context, params *model.AdminLoginRequest) (*model.Response, error)
90 // AdminLogout is the method to logout as admin.
91 // Permissions: authorizer:admin
92 AdminLogout(ctx context.Context) (*model.Response, error)

Callers 9

TestAdminMetaFunction · 0.65
TestAdminAuditLogsFunction · 0.65
TestAdminLoginMetricsFunction · 0.65
TestAdminLoginGRPCFunction · 0.65
TestAdminLoginFunction · 0.65
TestAdminSessionFunction · 0.65
AdminLoginMethod · 0.65
AdminLoginMethod · 0.65
AdminLoginMethod · 0.65

Calls

no outgoing calls

Tested by 6

TestAdminMetaFunction · 0.52
TestAdminAuditLogsFunction · 0.52
TestAdminLoginMetricsFunction · 0.52
TestAdminLoginGRPCFunction · 0.52
TestAdminLoginFunction · 0.52
TestAdminSessionFunction · 0.52