Auth0Provider | @auth0/auth0-react (original) (raw)

<Auth0Provider
  domain={domain}
  clientId={clientId}
  authorizationParams={{ redirect_uri: window.location.origin }}>
  <MyApp />
</Auth0Provider>

Provides the Auth0Context to its child components.