Interface IUserExclusiveContentTokenManager

Manages user exclusive token storage and issuance.

Hierarchy

Implemented by

Properties

beforeTokenRequest: EventHandler<{
    request: ContentTokenRequest;
}, IUserExclusiveContentTokenManager>

Invokes before token request is sent. Allows modifying request.

Invokes when the new token info is set.

Methods

  • Sets provided token info as current.

    Parameters

    Returns Promise<void>

Generated using TypeDoc