authhero 4.49.0 → 4.50.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 +54 -54
- package/dist/authhero.d.ts +1 -0
- package/dist/authhero.mjs +2458 -2468
- package/dist/stats.html +1 -1
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -43434,6 +43434,7 @@ export type TokenAPI = {
|
|
|
43434
43434
|
createServiceToken: (params: {
|
|
43435
43435
|
scope: string;
|
|
43436
43436
|
expiresInSeconds?: number;
|
|
43437
|
+
customClaims?: Record<string, unknown>;
|
|
43437
43438
|
}) => Promise<string>;
|
|
43438
43439
|
};
|
|
43439
43440
|
export type OnExecuteCredentialsExchangeAPI = {
|