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

Method Profile

internal/graph/schema.resolvers.go:206–208  ·  view source on GitHub ↗

Profile is the resolver for the profile field.

(ctx context.Context)

Source from the content-addressed store, hash-verified

204
205// Profile is the resolver for the profile field.
206func (r *queryResolver) Profile(ctx context.Context) (*model.User, error) {
207 return r.GraphQLProvider.Profile(ctx)
208}
209
210// ValidateJwtToken is the resolver for the validate_jwt_token field.
211func (r *queryResolver) ValidateJwtToken(ctx context.Context, params model.ValidateJWTTokenRequest) (*model.ValidateJWTTokenResponse, error) {

Callers

nothing calls this directly

Calls 1

ProfileMethod · 0.65

Tested by

no test coverage detected