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

Class AuthConfig

src/components/auth_editor.rs:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92}
93
94/// Authentication configuration
95#[derive(Debug, Clone, Default)]
96pub struct AuthConfig {
97 pub auth_type: AuthType,
98 pub username: String,
99 pub password: String,
100 pub token: String,
101 pub api_key_name: String,
102 pub api_key_value: String,
103 pub api_key_in_header: bool, // true = header, false = query param
104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected