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

Method ResetPassword

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

ResetPassword is the method to reset password. Permissions: none

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

Source from the content-addressed store, hash-verified

146 // ResetPassword is the method to reset password.
147 // Permissions: none
148 ResetPassword(ctx context.Context, params *model.ResetPasswordRequest) (*model.Response, error)
149 // RevokeAccess is the method to revoke access.
150 // Permissions: authorizer:admin
151 RevokeAccess(ctx context.Context, params *model.UpdateAccessRequest) (*model.Response, error)

Callers 4

TestResetPasswordFunction · 0.65
ResetPasswordMethod · 0.65
ResetPasswordMethod · 0.65
ResetPasswordMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestResetPasswordFunction · 0.52