pub fn default_auth_path() -> Result<PathBuf, OAuthError>Expand description
Returns the default path for the auth store.
Resolves to <product-home>/auth.json, where the product home is
$OXICODE_HOME or ~/.oxicode (see crate::product_env). The parent
directory is created on demand.