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.
@@ -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 = {