| 31 | |
| 32 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 33 | pub struct AuthMethod { |
| 34 | pub auth_type: AuthType, |
| 35 | pub label: String, |
| 36 | } |
| 37 | |
| 38 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 39 | pub enum AuthType { |
nothing calls this directly
no outgoing calls
no test coverage detected