OptionalauthorizationAuthorization parameters to be passed to the authorization server.
The user's email address. Its domain is used for Home Realm Discovery to
decide whether to route through Auth0, and is passed as login_hint so Auth0
can resolve the enterprise connection and organization. This always wins over
any login_hint set in authorizationParameters.
OptionalreturnThe URL to redirect to after a successful login.
Options for Auth0Client.startEnterpriseLogin.
Mirrors StartInteractiveLoginOptions (so
authorizationParameters,returnToare all supported as passthrough) and adds the requiredemail. Callers may optionally forwardorganization,connection, or any other authorization parameter exactly as on a normal interactive login.challengeModeis excluded — popup mode is not supported in EC mode because the popup callback response never reaches the main window's cookie jar.