authhero 0.52.0 → 0.53.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.
@@ -6536,6 +6536,11 @@ export declare function init(config: AuthHeroConfig): {
6536
6536
  client_id?: string | undefined;
6537
6537
  client_secret?: string | undefined;
6538
6538
  redirect_uri?: string | undefined;
6539
+ } | {
6540
+ client_id: string;
6541
+ refresh_token: string;
6542
+ grant_type: "refresh_token";
6543
+ redirect_uri?: string | undefined;
6539
6544
  };
6540
6545
  };
6541
6546
  output: {