SignUp is the method to SignUp. Permissions: none
(ctx context.Context, params *model.SignUpRequest)
| 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) |
no outgoing calls