TESSA Web API
    Preparing search index...

    Class AccessTokenInfo

    An object containing information about access token.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    expires: string = DefaultValues.dateTime

    The date and time of token expiration.

    hash: string = ''

    Token hash.

    scope: string = ''

    Token scope.

    token: string = ''

    Access token.

    Methods