Auth0 Universal Components
    Preparing search index...

    Interface AuthDetails

    interface AuthDetails {
        authProxyUrl?: string;
        contextInterface?: BasicAuth0ContextInterface<User>;
        domain?: string;
    }
    Index

    Properties

    authProxyUrl?: string
    contextInterface?: BasicAuth0ContextInterface<User>
    domain?: string