Appearance
Documentation / react-auth / FarcasterWithMetadata
Interface: FarcasterWithMetadata ​
Object representation of a user's Farcaster Account, with additional metadata for advanced use cases.
Extends ​
LinkMetadata
.Farcaster
Properties ​
bio ​
bio:
null
|string
The Farcaster protocol bio
Inherited from ​
displayName ​
displayName:
null
|string
The Farcaster protocol display name
Inherited from ​
react-auth.Farcaster.displayName
fid ​
fid:
null
|number
The Farcaster on-chain FID
Inherited from ​
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
ownerAddress ​
ownerAddress:
string
The Farcaster ethereum address that owns the FID
Inherited from ​
react-auth.Farcaster.ownerAddress
pfp ​
pfp:
null
|string
The Farcaster protocol profile picture
Inherited from ​
signerPublicKey ​
signerPublicKey:
null
|string
The public key of the signer, if set. This is not guaranteed to be valid, as the user can revoke the key at any time
Inherited from ​
react-auth.Farcaster.signerPublicKey
type ​
type:
"farcaster"
Denotes that this is a Farcaster account.
Overrides ​
LinkMetadata.type
url ​
url:
null
|string
The Farcaster protocol profile url
Inherited from ​
username ​
username:
null
|string
The Farcaster protocol username
Inherited from ​
verifiedAt ​
verifiedAt:
Date
Deprecated ​
use firstVerifiedAt
instead. Datetime when this account was linked to the user or created.
Inherited from ​
LinkMetadata.verifiedAt