| 77 | |
| 78 | #[derive(Debug, Deserialize)] |
| 79 | pub struct AuthorizeResult { |
| 80 | pub url: Option<String>, |
| 81 | pub instructions: Option<String>, |
| 82 | pub method: Option<String>, |
| 83 | } |
| 84 | |
| 85 | #[derive(Debug, Deserialize)] |
| 86 | pub struct AuthLoadResult { |
nothing calls this directly
no outgoing calls
no test coverage detected