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

Enum AuthType

src/components/auth_editor.rs:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
15};
16
17/// Authentication type
18#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
19pub enum AuthType {
20 #[default]
21 None,
22 Basic,
23 Bearer,
24 ApiKey,
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected