| 43 | |
| 44 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 45 | pub struct Authorization { |
| 46 | pub url: String, |
| 47 | pub method: AuthMethodType, |
| 48 | pub instructions: String, |
| 49 | } |
| 50 | |
| 51 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 52 | pub enum AuthMethodType { |
nothing calls this directly
no outgoing calls
no test coverage detected