(name)
| 174 | }, |
| 175 | |
| 176 | async listTokens(name) { |
| 177 | const handle = await binding.get(scopedName(sessionId, name)); |
| 178 | return handle.listTokens(); |
| 179 | }, |
| 180 | |
| 181 | async getToken(name, id) { |
| 182 | const handle = await binding.get(scopedName(sessionId, name)); |
nothing calls this directly
no test coverage detected