Stores (or updates) credentials for the SEI web service in the keyring.
If the keyring package is not installed or if the store operation fails,
it simply displays a message instead of throwing an error.
Arguments
- service_name
Character string. The name of the service that identifies this set of credentials (e.g., "SEI_WS").
- username
Optional. The username or system alias used for SEI, if applicable. Defaults to "default_user" if not provided.
- password
The SEI access key or password to be stored.
- ...
Other parameters you wish to store in the keyring (e.g., URL, unit ID, etc.). These will be serialized as JSON under a separate username ("EXTRAS").
