| 70 | |
| 71 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 72 | pub struct AuthMethodMeta { |
| 73 | #[serde(rename = "type")] |
| 74 | pub method_type: String, |
| 75 | pub label: String, |
| 76 | } |
| 77 | |
| 78 | #[derive(Debug, Deserialize)] |
| 79 | pub struct AuthorizeResult { |
nothing calls this directly
no outgoing calls
no test coverage detected