linkProfile

Example

const wallet = inAppWallet();
await wallet.connect({ strategy: "google" });
const profiles = await linkProfile(wallet, { strategy: "discord" });

Parameters

Returns

A promise that resolves to the currently linked profiles when the connection is successful.