Interface ClientConfiguration

Configuration details exposed by the Auth0Client after initialization.

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

Properties

Properties

clientId: string

The Auth0 client ID that was configured

domain: string

The Auth0 domain that was configured