MCPcopy Create free account
hub / github.com/apache/arrow-rs / set_token

Method set_token

arrow-flight/src/sql/client.rs:114–116  ·  view source on GitHub ↗

Set auth token to the given value.

(&mut self, token: String)

Source from the content-addressed store, hash-verified

112
113 /// Set auth token to the given value.
114 pub fn set_token(&mut self, token: String) {
115 self.token = Some(token);
116 }
117
118 /// Clear the auth token.
119 pub fn clear_token(&mut self) {

Callers 3

setup_clientFunction · 0.80
auth_clientFunction · 0.80
test_authFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_authFunction · 0.64