TESSA Web API
    Preparing search index...

    Manages avatar tokens operations with user exclusive token storage and issuance.

    Implements

    Index

    Constructors

    Properties

    beforeTokenRequest: EventHandler<
        { request: ContentTokenRequest },
        IAvatarTokenManager,
    >

    Invokes before token request is sent. Allows modifying request.

    onTokenInfoSet: EventHandler<
        { tokenInfo: IAccessTokenInfo },
        IAvatarTokenManager,
    >

    Invokes when the new token info is set.

    Methods