Appearance
Documentation / server-auth / ImportUserInput
Interface: ImportUserInput
Properties
createEmbeddedWallet?
createEmbeddedWallet?:
boolean
Deprecated
Use createEthereumWallet
instead.
createEthereumSmartWallet?
createEthereumSmartWallet?:
boolean
If true, create a smart wallet for this user. Defaults to false. Requires createEthereumWallet
to also be true.
createEthereumWallet?
createEthereumWallet?:
boolean
If true, create an Ethereum embedded wallet for this user. Defaults to false.
createSolanaWallet?
createSolanaWallet?:
boolean
If true, create a Solana embedded wallet for this user. Defaults to false.
customMetadata?
customMetadata?:
Record
<string
,string
|number
|boolean
>
Custom metadata to associate with the user.
linkedAccounts
linkedAccounts:
LinkedAccountInput
The user's linked accounts.