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