Function dittolive_ditto_sys::ditto_auth_client_make_with_shared_key[][src]

pub unsafe extern "C" fn ditto_auth_client_make_with_shared_key(
    working_dir: Option<Ref<'_>>,
    app_id: Ref<'_>,
    key_der_b64: Ref<'_>,
    site_id: c_ulonglong,
    auth_client: Out<'_, Option<BoxedAuthClient>>
) -> c_int