Profile is the method to get profile. Permissions: authorized user
(ctx context.Context)
| 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) |
no outgoing calls