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

Method VerifyEmail

internal/graph/schema.resolvers.go:51–53  ·  view source on GitHub ↗

VerifyEmail is the resolver for the verify_email field.

(ctx context.Context, params model.VerifyEmailRequest)

Source from the content-addressed store, hash-verified

49
50// VerifyEmail is the resolver for the verify_email field.
51func (r *mutationResolver) VerifyEmail(ctx context.Context, params model.VerifyEmailRequest) (*model.AuthResponse, error) {
52 return r.GraphQLProvider.VerifyEmail(ctx, &params)
53}
54
55// ResendVerifyEmail is the resolver for the resend_verify_email field.
56func (r *mutationResolver) ResendVerifyEmail(ctx context.Context, params model.ResendVerifyEmailRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

VerifyEmailMethod · 0.65

Tested by

no test coverage detected