In my project,when the user logs in, we do sms authentication.
At that time, the following error will occur.
statusCode: 400, code: NotAuthorizedException, name: NotAuthorizedException, message: Client 67eb1d3nh97o2l6goh8pq3pnqd is configured with secret but SECRET_HASH was not received
The secret is included when creating the instance.
In my project,when the user logs in, we do sms authentication. At that time, the following error will occur.
statusCode: 400, code: NotAuthorizedException, name: NotAuthorizedException, message: Client 67eb1d3nh97o2l6goh8pq3pnqd is configured with secret but SECRET_HASH was not received
The secret is included when creating the instance.
Looking at the other methods, the following code that puts SecretHash is I can't find it in sendMFACode, so I think this is the cause.
If there is a difference in consideration or implementation, please let me know.