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

Method VerifyEmail

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

VerifyEmail is the method to verify email. Permissions: none

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

Source from the content-addressed store, hash-verified

191 // VerifyEmail is the method to verify email.
192 // Permissions: none
193 VerifyEmail(ctx context.Context, params *model.VerifyEmailRequest) (*model.AuthResponse, error)
194 // VerifyOTP is the method to verify OTP.
195 // Permissions: authorized otp request
196 VerifyOTP(ctx context.Context, params *model.VerifyOTPRequest) (*model.AuthResponse, error)

Callers 6

TestMagicLinkLoginFunction · 0.65
TestResendVerifyEmailFunction · 0.65
TestVerifyEmailFunction · 0.65
VerifyEmailMethod · 0.65
VerifyEmailMethod · 0.65
VerifyEmailMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestMagicLinkLoginFunction · 0.52
TestResendVerifyEmailFunction · 0.52
TestVerifyEmailFunction · 0.52