Skip to content

Documentation / expo / UseLinkWithCrossAppInterface

Interface: UseLinkWithCrossAppInterface ​

Properties ​

linkWithCrossApp ​

linkWithCrossApp: (input) => Promise<LinkWithCrossAppOutput>

Prompts the user to link their account from another Privy app to their account within your app.

This will open up an in app browser for the user to log in and authorize your app to access their account.

Parameters ​

• input: LinkWithCrossAppInput

Returns ​

Promise<LinkWithCrossAppOutput>