Storage.getTrustTokensReturns the number of stored Trust Tokens per issuer for the current browsing context.
| Name | Type | Description |
|---|---|---|
tokens | array |
{
"id": 1,
"method": "Storage.getTrustTokens"
}
{
"id": 1,
"result": {
"tokens": []
}
}
const result = await send('Storage.getTrustTokens');
console.log(result);
// {"tokens": []}