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

Method Session

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

Session is the method to get session. Permissions: authorized user

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

Source from the content-addressed store, hash-verified

155 // Session is the method to get session.
156 // Permissions: authorized user
157 Session(ctx context.Context, params *model.SessionQueryRequest) (*model.AuthResponse, error)
158 // SignUp is the method to SignUp.
159 // Permissions: none
160 SignUp(ctx context.Context, params *model.SignUpRequest) (*model.AuthResponse, error)

Callers 9

TestFGAFunction · 0.65
TestSessionFunction · 0.65
SessionMethod · 0.65
DropTableMethod · 0.65
ColumnTypesMethod · 0.65
SessionMethod · 0.65
SessionMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestFGAFunction · 0.52
TestSessionFunction · 0.52