List a session repo's token page (metadata only — no plaintext).
(name: string)
| 79 | ): Promise<ArtifactsCreateTokenResult>; |
| 80 | /** List a session repo's token page (metadata only — no plaintext). */ |
| 81 | listTokens(name: string): Promise<ArtifactsTokenListResult>; |
| 82 | /** |
| 83 | * Get a single token's metadata by id. The binding has no direct |
| 84 | * accessor and no token-list cursor, so this filters the page |
no outgoing calls
no test coverage detected