authhero 0.45.0 → 0.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4448,6 +4448,8 @@ export type Bindings = {
4448
4448
  JWKS_URL: string;
4449
4449
  JWKS_SERVICE: Fetcher;
4450
4450
  ISSUER: string;
4451
+ UNIVERSAL_LOGIN_URL?: string;
4452
+ OAUTH_API_URL?: string;
4451
4453
  data: DataAdapters;
4452
4454
  hooks?: {
4453
4455
  onExecuteCredentialsExchange?: OnExecuteCredentialsExchange;