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

Method Profile

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

Profile is the method to get profile. Permissions: authorized user

(ctx context.Context)

Source from the content-addressed store, hash-verified

137 // Profile is the method to get profile.
138 // Permissions: authorized user
139 Profile(ctx context.Context) (*model.User, error)
140 // ResendOTP is the method to resend OTP.
141 // Permissions: none
142 ResendOTP(ctx context.Context, params *model.ResendOTPRequest) (*model.Response, error)

Callers 7

TestUpdateProfileFunction · 0.65
TestMagicLinkLoginFunction · 0.65
TestLogoutFunction · 0.65
TestProfileFunction · 0.65
ProfileMethod · 0.65
ProfileMethod · 0.65
ProfileMethod · 0.65

Calls

no outgoing calls

Tested by 4

TestUpdateProfileFunction · 0.52
TestMagicLinkLoginFunction · 0.52
TestLogoutFunction · 0.52
TestProfileFunction · 0.52