Authorization_code grant type for passwordless with auth0.js v9

I need a custom login page with passwordless authentication for my application.
For this reason I’m trying to migrate from Classic Universal Login Experience to a auth0.js v9.
However the grant type is set automatically to implicit. How can I switch it to authorization_code?
Thank you in advance.

1 Like