zibri
    Preparing search index...

    The authentication data that gets returned when logging in or refreshing the login.

    Type Parameters

    • Role extends string
    Index

    Constructors

    Properties

    csrfToken: string

    The token to prohibit cross site request forgery.

    refreshSessionExpirationDate: Date

    The expiration date of the refresh session.

    roles: Role[]

    The roles of the user.

    sessionExpirationDate: Date

    The expiration date of the session.

    userId: string

    The id of the user of the cookie.