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

Method Users

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

Users is the method to list users. Permissions: authorizer:admin

(ctx context.Context, in *model.PaginatedRequest)

Source from the content-addressed store, hash-verified

179 // Users is the method to list users.
180 // Permissions: authorizer:admin
181 Users(ctx context.Context, in *model.PaginatedRequest) (*model.Users, error)
182 // ValidateJWTToken is the method to validate JWT token.
183 // Permissions: none
184 ValidateJWTToken(ctx context.Context, params *model.ValidateJWTTokenRequest) (*model.ValidateJWTTokenResponse, error)

Callers 6

TestUsersFunction · 0.65
TestAdminUsersGRPCFunction · 0.65
UsersMethod · 0.65
UsersMethod · 0.65
UsersMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestUsersFunction · 0.52
TestAdminUsersGRPCFunction · 0.52