| 37 | |
| 38 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 39 | pub enum AuthType { |
| 40 | OAuth, |
| 41 | Api, |
| 42 | } |
| 43 | |
| 44 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 45 | pub struct Authorization { |
nothing calls this directly
no outgoing calls
no test coverage detected