| 84 | |
| 85 | #[derive(Debug, Deserialize)] |
| 86 | pub struct AuthLoadResult { |
| 87 | #[serde(rename = "apiKey")] |
| 88 | pub api_key: Option<String>, |
| 89 | #[serde(rename = "hasCustomFetch")] |
| 90 | pub has_custom_fetch: bool, |
| 91 | } |
| 92 | |
| 93 | #[derive(Debug, Deserialize)] |
| 94 | pub struct AuthFetchResult { |
nothing calls this directly
no outgoing calls
no test coverage detected