VerifyOTP is the method to verify OTP. Permissions: authorized otp request
(ctx context.Context, params *model.VerifyOTPRequest)
| 194 | // VerifyOTP is the method to verify OTP. |
| 195 | // Permissions: authorized otp request |
| 196 | VerifyOTP(ctx context.Context, params *model.VerifyOTPRequest) (*model.AuthResponse, error) |
| 197 | // AuditLogs is the method to list audit logs. |
| 198 | // Permissions: authorizer:admin |
| 199 | AuditLogs(ctx context.Context, params *model.ListAuditLogRequest) (*model.AuditLogs, error) |
no outgoing calls