type: 'cross_app'
will be added to the linkedAccounts
array of their user
object.
This crossAppAccount
is an object with the following properties:
type: 'cross_app'
from their linkedAccounts
array. If your app permits users to link cross-app accounts from multiple provider apps, you should also filter the linkedAccounts
by the providerApp.id
on the cross-app account.
crossAppAccount
, inspect the embeddedWallets
array to get the user’s embedded wallet address(es) from the source app.
embeddedWallets
field is designed as an array, but generally will be a singleton containing one
entry.Similarly, the smartWallets
field is designed as an array, but generally will be a singleton or empty
depending on whether the provider app has smart wallets enabled.