The jwt refresh token that gets stored in the database.

Hierarchy (View Summary)

Constructors

Properties

blacklisted: boolean

Whether or not this refresh token has been blacklisted.

Is used for automatic reuse detection.

expirationDate: Date

The expiration date of the token.

familyId: string

The id of the "family" this token belongs to. All tokens that belong to the same "ancestor" are considered to be in a family.

Is used for automatic reuse detection.

id: string

The uuid (universal unique identifier) of the entity.

userId: string

The id of the user that this token belongs to.

value: string

The actual token value.