Hook to access tenant configuration and settings.
Tenant object containing domain, region, and tenant-specific configuration
import { useTenant } from '@auth0/auth0-acul-react/login-id';function TenantInfo() { const tenant = useTenant();} Copy
import { useTenant } from '@auth0/auth0-acul-react/login-id';function TenantInfo() { const tenant = useTenant();}
Hook to access tenant configuration and settings.