authhero 0.189.0 → 0.191.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.
- package/dist/authhero.cjs +47 -47
- package/dist/authhero.d.ts +2 -2
- package/dist/authhero.mjs +4196 -4192
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -14957,8 +14957,8 @@ export declare type Fetcher = {
|
|
|
14957
14957
|
export type Bindings = {
|
|
14958
14958
|
ENVIRONMENT: string;
|
|
14959
14959
|
AUTH_URL: string;
|
|
14960
|
-
JWKS_URL
|
|
14961
|
-
JWKS_SERVICE
|
|
14960
|
+
JWKS_URL?: string;
|
|
14961
|
+
JWKS_SERVICE?: Fetcher;
|
|
14962
14962
|
ISSUER: string;
|
|
14963
14963
|
UNIVERSAL_LOGIN_URL?: string;
|
|
14964
14964
|
OAUTH_API_URL?: string;
|