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

Method VerifyOtp

internal/graph/schema.resolvers.go:76–78  ·  view source on GitHub ↗

VerifyOtp is the resolver for the verify_otp field.

(ctx context.Context, params model.VerifyOTPRequest)

Source from the content-addressed store, hash-verified

74
75// VerifyOtp is the resolver for the verify_otp field.
76func (r *mutationResolver) VerifyOtp(ctx context.Context, params model.VerifyOTPRequest) (*model.AuthResponse, error) {
77 return r.GraphQLProvider.VerifyOTP(ctx, &params)
78}
79
80// ResendOtp is the resolver for the resend_otp field.
81func (r *mutationResolver) ResendOtp(ctx context.Context, params model.ResendOTPRequest) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

VerifyOTPMethod · 0.65

Tested by

no test coverage detected