Interface: TwitterOAuthWithMetadata
Object representation of a user's Twitter Account, with additional metadata for advanced use cases.
Hierarchy
LinkMetadata
↳
TwitterOAuthWithMetadata
Properties
name
• name: null
| string
The name associated with the Twitter account.
Inherited from
subject
• subject: string
The sub
claim from the Twitter-issued JWT for this account.
Inherited from
type
• type: "twitter_oauth"
Denotes that this is a Twitter account.
Overrides
LinkMetadata.type
username
• username: null
| string
The username associated with the Twitter account.
Inherited from
verifiedAt
• verifiedAt: Date
Datetime when this account was linked to the user.
Inherited from
LinkMetadata.verifiedAt