authhero 0.40.0 → 0.42.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.
@@ -4462,6 +4462,7 @@ export type Bindings = {
4462
4462
  };
4463
4463
  JWKS_CACHE_TIMEOUT_IN_SECONDS: number;
4464
4464
  ORGANIZATION_NAME: string;
4465
+ SAML_SIGN_URL: string;
4465
4466
  API_URL: string;
4466
4467
  };
4467
4468
  export interface AuthHeroConfig {