| 14 | const tokenUser = "x-access-token" |
| 15 | |
| 16 | type config interface { |
| 17 | ActiveToken(string) (string, string) |
| 18 | ActiveUser(string) (string, error) |
| 19 | } |
| 20 | |
| 21 | type CredentialOptions struct { |
| 22 | IO *iostreams.IOStreams |
no outgoing calls
no test coverage detected