Skip to main content
type ProviderSessionData = 
  | {
  Privy: PrivyRefreshSession;
}
  | {
  Turnkey: TurnkeyRefreshSession;
};
Provider session data as returned by the API The API returns this as a discriminated union where the key is the provider name