verifiedCredentials
array.
Field | Description |
---|---|
id | Internal ID for this VC |
format: JwtVerifiedCredentialFormatEnum | [Optional] - Type of VC, e.g., email. See JwtVerifiedCredentialFormatEnum for more details. |
publicIdentifier? | [Optional] - Common way to reference the VC, e.g., email address for email VCs or the name of a user for Google VC. |
email? | [Optional] - Email associated with the VC. |
Field | Description |
---|---|
oauthProvider? | [Optional] - Social provider associated with the VC, e.g., Apple. See ProviderEnum for more details. |
oauthAccountId? | [Optional] - ID associated with the social provider for the VC. |
oauthDisplayName? | [Optional] - Display name associated with the social provider for the VC. |
oauthUsername? | [Optional] - Username associated with the social provider for the VC. |
oauthEmails? | [Optional] - Emails associated with the social provider for the VC. |
oauthAccountPhotos? | [Optional] - Photos associated with the social provider for the VC. |
refId? | [Optional] - If using OAuth, this is the embedded wallet ID associated with the social account. |
previousUsers? | [Optional] - User IDs who were previously associated with the VC. |
Field | Description |
---|---|
walletName? | [Optional] - Wallet name associated with the VC. |
address? | [Optional] - Wallet address associated with the VC. |
chain? | [Optional] - Chain associated with the VC. |
walletProvider? | [Optional] - Type of wallet. See WalletProviderEnum for more details. |
walletProperties? | [Optional] - Generally only used for embedded wallets with Turnkey. See WalletProperties for more details. |
embeddedWalletId? | [Optional] - ID of the embedded wallet associated with the VC. |
nameService? | [Optional] - ENS data name and avatar URL, if one is associated with the wallet in the VC. See NameServiceData for more details. |
signerRefId? | [Optional] - For smart contract wallets, this is the wallet ID of the signer for the SCW. |
Field | Description |
---|---|
avatar?: string | [Optional] - avatar associated with the ens |
name?: string | [Optional] - name associated with the ens |
Field | Description |
---|---|
turnkeySubOrganizationId?: string | [Optional] - turnkey sub organization ID associated with wallet |
turnkeyHDWalletId?: string | [Optional] - turnkey HD wallet ID associated with the the wallet |
isAuthenticatorAttached?: boolean | [Optional] - is authenticator i.e. passkey attached to the wallet |