()
| 15 | } |
| 16 | |
| 17 | help() { |
| 18 | return { |
| 19 | description: 'Lists your remotely generated Identity Tokens (Authentication)', |
| 20 | flags: { |
| 21 | 's': 'Silent mode - do not display information', |
| 22 | 'a': 'All - show invalidated tokens as well' |
| 23 | }, |
| 24 | vflags: { |
| 25 | 'silent': 'Silent mode - do not display information', |
| 26 | 'all': 'All - show invalidated tokens as well' |
| 27 | } |
| 28 | }; |
| 29 | } |
| 30 | |
| 31 | run(params, callback) { |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected