TESSA Web API
    Preparing search index...

    Class ApiAccessTokenDataBase

    Represents the base data associated with API access token.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    created: string = DefaultValues.dateTime

    The creation date and time of the token.

    createdById: string = DefaultValues.guid

    The identifier of the employee who created the token.

    createdByName: string = DefaultValues.str

    =The name of the user for whom the token was created.

    description: string = DefaultValues.str

    A description of the token.

    expires: string = DefaultValues.dateTime

    The expiration date and time of the token.

    hash: string = DefaultValues.str

    The hash of the token.

    id: string = DefaultValues.guid

    The identifier of the token.

    lastActivity: null | string = null

    The date and time of token last activity.

    scope: string = DefaultValues.str

    The scope of the token.

    userId: null | string = null

    The identifier of the user for whom the token was created.

    userName: null | string = null

    The name of the user for whom the token was created.

    Methods