Return all the specific properties of the credential that need to be saved into the configuration. This does not include Target, Kind, CreateTime, Metadata or Salt.
()
| 55 | // Return all the specific properties of the credential that need to be saved into the configuration. |
| 56 | // This does not include Target, Kind, CreateTime, Metadata or Salt. |
| 57 | toConfig() map[string]string |
| 58 | } |
| 59 | |
| 60 | // Load loads a credential from the repo config |