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.
OptionalfederatedOverride the domain-discovery route. Defaults to the
NEXT_PUBLIC_FEDERATED_DOMAIN_ROUTE env var or /auth/federated-domain.
OptionalloginOverride the login route. Defaults to the NEXT_PUBLIC_LOGIN_ROUTE env var
or /auth/login.
OptionalreturnThe URL to redirect to after a successful login.
Options for the client-side startEnterpriseLogin helper.
Extends the server StartEnterpriseLoginOptions (so
email,authorizationParameters, andreturnTobehave identically to the server flavour) and adds the two client-only route overrides the browser needs to reach the SDK's mounted routes.