Appearance
Documentation / react-auth / TiktokOAuthWithMetadata
Interface: TiktokOAuthWithMetadata
Object representation of a user's Tiktok Account, with additional metadata for advanced use cases.
Extends
LinkMetadata
.Tiktok
Properties
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
name
name:
null
|string
The display name associated with the Tiktok account.
Inherited from
subject
subject:
string
The sub
claim from the Tiktok-issued JWT for this account.
Inherited from
type
type:
"tiktok_oauth"
Denotes that this is a Tiktok account.
Overrides
LinkMetadata.type
username
username:
null
|string
The username associated with the Tiktok account.
Inherited from
verifiedAt
verifiedAt:
Date
Deprecated
use firstVerifiedAt
instead. Datetime when this account was linked to the user or created.
Inherited from
LinkMetadata.verifiedAt