Last updated 2 years ago
Was this helpful?
> > >
Hook to run after SSX has connected to the user's wallet. This can return an object literal to override the session configuration before the user signs in.
Signature:
afterConnect?(ssx: ISSXConnected): Promise<ConfigOverrides>;
ssx
Returns:
Promise<>