unset_default_store

Function unset_default_store 

Source
pub fn unset_default_store() -> Option<Arc<CredentialStore>>
Expand description

Release the default credential store.

This returns the old value for the default credential store and forgets what it was. Since the default credential store is kept in a static variable, not releasing it will cause your credential store never to be released, which may have unintended side effects.