MCPcopy Create free account
hub / github.com/bajrangCoder/setu / all

Method all

src/components/auth_editor.rs:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 AuthType::Bearer => "Bearer Token",
33 AuthType::ApiKey => "API Key",
34 }
35 }
36
37 pub fn all() -> &'static [AuthType] {
38 &[
39 AuthType::None,
40 AuthType::Basic,
41 AuthType::Bearer,
42 AuthType::ApiKey,
43 ]
44 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected