# Functions
DetectDefaultStore return the default credentials store for the platform if the store executable is available.
NewFileStore creates a new file credentials store.
NewNativeStore creates a new native store that uses a remote helper program to manage credentials.
# Interfaces
Store is the interface that any credentials store must implement.