MCPcopy Create free account
hub / github.com/apache/paimon-rust / set_auth_function

Method set_auth_function

crates/paimon/src/api/rest_client.rs:200–202  ·  view source on GitHub ↗

Set the authentication function for this client.

(&mut self, auth_function: RESTAuthFunction)

Source from the content-addressed store, hash-verified

198
199 /// Set the authentication function for this client.
200 pub fn set_auth_function(&mut self, auth_function: RESTAuthFunction) {
201 self.auth_function = Some(auth_function);
202 }
203
204 /// Build auth headers for a request.
205 async fn build_auth_headers(

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected