listCredentialsInStore returns a listing of stored credentials as a map of URL -> username.
()
| 143 | // listCredentialsInStore returns a listing of stored credentials as a map of |
| 144 | // URL -> username. |
| 145 | func (c *nativeStore) listCredentialsInStore() (map[string]string, error) { |
| 146 | return client.List(c.programFunc) |
| 147 | } |