Functions to save and load credential information. Currently, credential information will be stored as a RDS file.
SaveCredential will return the input credential, useful for working as a filter between
Authenticate and Collect.
SaveCredential(credential, file)LoadCredential(file)
A credential object.
Character string. File name to be saved to or restored from.
A credential object.