Interface WithAuth0Props

Components wrapped in withAuth0 will have an additional auth0 prop

interface WithAuth0Props {
    auth0: Auth0ContextInterface<User>;
}

Properties

Properties