@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Variable useTenant

    useTenant: () => TenantMembers

    Type Declaration

      • (): TenantMembers
      • Hook to access tenant configuration and settings.

        Returns TenantMembers

        Tenant object containing domain, region, and tenant-specific configuration

        import { useTenant } from '@auth0/auth0-acul-react/login-id';
        function TenantInfo() {
        const tenant = useTenant();
        }