Appearance
Documentation / server-auth / CustomJwtWithMetadata
Interface: CustomJwtWithMetadata
Object representation of a user's Custom JWT Account, with additional metadata for advanced use cases.
Extends
LinkMetadata
.CustomJwt
Properties
customUserId
customUserId:
string
The sub
claim (or specified attribute in console configuration) from the Custom JWT for this account.
Inherited from
server-auth.CustomJwt.customUserId
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
type
type:
"custom_auth"
Denotes that this is a Custom JWT 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