Set stores the given credential for a service name in the operating system keyring.
(service, credential string)
| 58 | // Set stores the given credential for a service name in the operating system |
| 59 | // keyring. |
| 60 | Set(service, credential string) error |
| 61 | // Get retrieves the credential from the keyring. It must return os.ErrNotExist |
| 62 | // if the credential is not found. |
| 63 | Get(service string) ([]byte, error) |
no outgoing calls