Skip to main content

save_auth

Function save_auth 

Source
pub fn save_auth(
    codex_home: &Path,
    auth: &AuthDotJson,
    auth_credentials_store_mode: AuthCredentialsStoreMode,
    keyring_backend_kind: AuthKeyringBackendKind,
) -> Result<()>
Expand description

Persist the provided auth payload using the specified backend.