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

Enum ApiKeyLocation

src/components/auth_editor.rs:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58}
59
60/// API Key location enum
61#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
62pub enum ApiKeyLocation {
63 #[default]
64 Header,
65 QueryParam,
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected