@avallon-labs/sdk 26.7.0-staging.714 → 26.8.0-staging.718

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/index.d.ts CHANGED
@@ -6133,7 +6133,7 @@ declare const useGetPartnerJwks: <TError = ErrorType<ErrorResponse>>(partner: st
6133
6133
  swrKey: string | false | readonly [any, ...unknown[]] | Record<any, any> | (() => Arguments);
6134
6134
  };
6135
6135
  /**
6136
- * Verifies a partner-signed launch token, mints an Avallon session, and redirects (302) the already-authenticated user to an in-app deep link.
6136
+ * Verifies a partner-signed launch token, mints an Avallon session, and redirects (302) the user into the app's handoff route, carrying the session token in the URL fragment (no cookie).
6137
6137
  * @summary Partner launch (SSO)
6138
6138
  */
6139
6139
  declare const getPartnerLaunchUrl: () => string;