MCPcopy Create free account
hub / github.com/BigBoot/AutoKuma / get_auth_token

Method get_auth_token

kuma-client/src/client.rs:1733–1735  ·  view source on GitHub ↗

Get the auth token from this client if available.

(&self)

Source from the content-addressed store, hash-verified

1731
1732 /// Get the auth token from this client if available.
1733 pub async fn get_auth_token(&self) -> Option<String> {
1734 self.worker.auth_token.lock().await.clone()
1735 }
1736}
1737
1738impl Drop for Client {

Callers 3

do_syncMethod · 0.80
connectFunction · 0.80
handleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected