zibri
    Preparing search index...

    Data for creating a new cookie auth refresh session.

    Hierarchy

    Index

    Constructors

    Properties

    blacklisted: boolean

    Whether or not this session has been blacklisted.

    Is used for automatic reuse detection.

    csrfToken: string

    The token to prohibit cross site request forgery.

    expirationDate: Date

    The expiration date of the session.

    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 session belong to.