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.