authhero 0.86.0 → 0.88.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 +33 -33
- package/dist/authhero.d.ts +2 -2
- package/dist/authhero.mjs +2969 -2942
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -6971,9 +6971,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6971
6971
|
connection?: string | undefined;
|
|
6972
6972
|
response_type?: AuthorizationResponseType | undefined;
|
|
6973
6973
|
audience?: string | undefined;
|
|
6974
|
+
auth0Client?: string | undefined;
|
|
6974
6975
|
scope?: string | undefined;
|
|
6975
6976
|
login_ticket?: string | undefined;
|
|
6976
|
-
auth0Client?: string | undefined;
|
|
6977
6977
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
6978
6978
|
code_challenge?: string | undefined;
|
|
6979
6979
|
organization?: string | undefined;
|
|
@@ -6999,9 +6999,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
6999
6999
|
connection?: string | undefined;
|
|
7000
7000
|
response_type?: AuthorizationResponseType | undefined;
|
|
7001
7001
|
audience?: string | undefined;
|
|
7002
|
+
auth0Client?: string | undefined;
|
|
7002
7003
|
scope?: string | undefined;
|
|
7003
7004
|
login_ticket?: string | undefined;
|
|
7004
|
-
auth0Client?: string | undefined;
|
|
7005
7005
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
7006
7006
|
code_challenge?: string | undefined;
|
|
7007
7007
|
organization?: string | undefined;
|