Skip to content

ListTokens

Source: src/AWS/LicenseManager/ListTokens.ts

Runtime binding for license-manager:ListTokens — enumerate the refresh tokens minted for the account’s licenses (token metadata only; the token material itself is returned once by CreateToken).

Provide the implementation with Effect.provide(AWS.LicenseManager.ListTokensHttp).

// init
const listTokens = yield* AWS.LicenseManager.ListTokens();
// runtime
const { Tokens } = yield* listTokens();