Moralis magic OTP authentication

How can we use the Moralis.authenticate() method to authenticate via magic link’s OTP authentication. I can see the docs for email authentication but how to authenticate via OTP through Moralis?

I don’t know if OTP is supported.

It looks like only mail parameter is used in Moralis SDK source code:

Yes. I saw that. does that mean magic is integrated only to authenticate via email and magic’s sms authentication can not be utilised in moralis?

that could be the case, you could try to patch/make a PR to the sdk in case that you know how to make it work