Skip to main content

Interface: TenantConfig

Defined in: types.ts:14

Properties

PropertyTypeDescriptionDefined in
canonicalUrl?stringCanonical URL for the tenant (e.g. 'https://example.org'). When the tenant has a custom domain configured, this is the custom domain URL; otherwise it falls back to the platform subdomain. Used as the base URL for third-party login popups and other flows that should originate from the tenant's own domain.types.ts:24
cookieDomain?stringCookie domain to scope SDK cookies (e.g. '.example.org'). When set, cookies are readable across all subdomains.types.ts:18
loginProvidersstring[]Slugs of OAuth providers enabled for this tenant (e.g. ['google', 'apple']).types.ts:16