Appearance
Documentation / expo / UseLoginWithCrossAppInterface
Interface: UseLoginWithCrossAppInterface ​
Properties ​
loginWithCrossApp ​
loginWithCrossApp: (
input
) =>Promise
<LoginWithCrossAppOutput
>
Prompts the user to login to your app through an account on another Privy 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: LoginWithCrossAppInput
Returns ​
Promise
<LoginWithCrossAppOutput
>