@auth0/auth0-react
    Preparing search index...

    Interface ClientConfiguration

    Configuration details exposed by the Auth0Client after initialization.

    interface ClientConfiguration {
        clientId: string;
        domain: string;
    }
    Index

    Properties

    Properties

    clientId: string

    The Auth0 client ID that was configured

    domain: string

    The Auth0 domain that was configured