Skip to main content

provider_credential_store

Function provider_credential_store 

Source
pub fn provider_credential_store(
    connection_id: String,
    bearer: String,
) -> Result<(), String>
Expand description

Store a bearer credential for a user-owned connection in the operating system keychain. The secret is intentionally write-only at this API boundary.