VerifyEmail is the method to verify email. Permissions: none
(ctx context.Context, params *model.VerifyEmailRequest)
| 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) |
no outgoing calls