Type alias HighSystemsRequestGetUserToken

HighSystemsRequestGetUserToken: HighSystemsRequest & {
    tokenid: any;
    userid: any;
}

Type declaration

  • tokenid: any

    The User Token ID of the token you wish to query for.

  • userid: any

    The User ID of the user the token you are querying belongs to.

Generated using TypeDoc