v0.2.0
type ProviderSessionData = | { Privy: PrivyRefreshSession; } | { Turnkey: TurnkeyRefreshSession; };
Was this page helpful?