Appearance
Documentation / react-auth / CrossAppAccountWithMetadata
Interface: CrossAppAccountWithMetadata ​
Object representation of a user's cross-app account, with additional metadata for advanced use cases.
Extends ​
LinkMetadata
.CrossAppAccount
Properties ​
embeddedWallets ​
embeddedWallets:
Object
[]
The user's embedded wallet address(es) from the provider app
Inherited from ​
react-auth.CrossAppAccount.embeddedWallets
firstVerifiedAt ​
firstVerifiedAt:
null
|Date
Datetime when this account was linked to the user.
Inherited from ​
LinkMetadata.firstVerifiedAt
latestVerifiedAt ​
latestVerifiedAt:
null
|Date
Datetime when this account was most recently used as a login/link method by the user.
Inherited from ​
LinkMetadata.latestVerifiedAt
providerApp ​
providerApp:
ProviderAppMetadata
Inherited from ​
react-auth.CrossAppAccount.providerApp
smartWallets ​
smartWallets:
Object
[]
Inherited from ​
react-auth.CrossAppAccount.smartWallets
subject ​
subject:
string
Inherited from ​
react-auth.CrossAppAccount.subject
type ​
type:
"cross_app"
Denotes that this is a cross-app account
Overrides ​
LinkMetadata.type
verifiedAt ​
verifiedAt:
Date
Deprecated ​
use firstVerifiedAt
instead. Datetime when this account was linked to the user or created.
Inherited from ​
LinkMetadata.verifiedAt