The parameters which will be used to create embedded wallets for the user.
The parameters which will be used to create embedded wallets for the user.
Show child attributes
Was this page helpful?
{
"embeddedWallets": [
{
"chains": [
"EVM"
],
"chain": "EVM",
"embeddedWalletProvider": "turnkey",
"embeddedWalletSpecificOpts": {
"attestation": {
"attestationObject": "An example name",
"clientDataJson": "An example name",
"credentialId": "An example name",
"transports": [
"AUTHENTICATOR_TRANSPORT_INTERNAL"
],
"publicKey": "An example name"
},
"challenge": "An example name"
},
"isAuthenticatorAttached": true,
"passkeyAlias": "<string>",
"sessionPublicKey": "An example name"
}
]
}