Pre-populate username in Universal Login page

Hi,

I am integrating Auth0 into an existing iOS app using Universal Login.
In this app, I already have the username.
Is there a way to pre-populate the username in the Universal Login page ?

Something like,

Auth0
    .webAuth(clientId: clientId, domain: domain)
    .username(username: username)
    .start { result in

Thanks in advance,
M.

Hi @marcela.nievas,

You can pre-populate the username in the New Universal login page by specifying the login_hint query parameter.

Reference:

Please let me know if you have any questions about the implementation.

Thanks,
Rueben

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.