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

Method Session

internal/graph/schema.resolvers.go:201–203  ·  view source on GitHub ↗

Session is the resolver for the session field.

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

Source from the content-addressed store, hash-verified

199
200// Session is the resolver for the session field.
201func (r *queryResolver) Session(ctx context.Context, params *model.SessionQueryRequest) (*model.AuthResponse, error) {
202 return r.GraphQLProvider.Session(ctx, params)
203}
204
205// Profile is the resolver for the profile field.
206func (r *queryResolver) Profile(ctx context.Context) (*model.User, error) {

Callers

nothing calls this directly

Calls 1

SessionMethod · 0.65

Tested by

no test coverage detected