Data for creating a new jwt refresh token.

Hierarchy

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.

userId: string

The id of the user that this token belongs to.

value: string

The actual token value.