[][src]Function safe_core::client::recoverable_apis::ins_auth_key_to_client_h

pub async fn ins_auth_key_to_client_h<'_>(
    client: &'_ impl Client + AuthActions + Sync,
    key: PublicKey,
    permissions: AppPermissions,
    version: u64
) -> Result<(), CoreError>

Insert key to Client Handler. Covers the InvalidSuccessor error case (it should not fail if the key already exists).