zibri
    Preparing search index...

    A cookie auth refresh session.

    Hierarchy (View Summary)

    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.

    id: string

    The uuid (universal unique identifier) of the entity.

    userId: string

    The id of the user that this session belong to.