Function Auth0Provider

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

    Provides the Auth0Context to its child components.

    Parameters

    Returns Element