MCPcopy Index your code
hub / github.com/authorizerdev/authorizer / SignUp

Method SignUp

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

SignUp is the method to SignUp. Permissions: none

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

Source from the content-addressed store, hash-verified

158 // SignUp is the method to SignUp.
159 // Permissions: none
160 SignUp(ctx context.Context, params *model.SignUpRequest) (*model.AuthResponse, error)
161 // TestEndpoint is the method to test endpoint.
162 // Permissions: authorizer:admin
163 TestEndpoint(ctx context.Context, params *model.TestEndpointRequest) (*model.TestEndpointResponse, error)

Callers 15

TestResendOTPFunction · 0.65
TestUpdateWebhookTestFunction · 0.65
TestEnableAccessUserFunction · 0.65
TestAddWebhookTestFunction · 0.65
setupIntrospectTestFunction · 0.65
TestLoginUnverifiedEmailFunction · 0.65
TestLoginFunction · 0.65
TestDeactivateAccountFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestResendOTPFunction · 0.52
TestUpdateWebhookTestFunction · 0.52
TestEnableAccessUserFunction · 0.52
TestAddWebhookTestFunction · 0.52
setupIntrospectTestFunction · 0.52
TestLoginUnverifiedEmailFunction · 0.52
TestLoginFunction · 0.52
TestDeactivateAccountFunction · 0.52