| 2309 | |
| 2310 | #[derive(Debug, Serialize)] |
| 2311 | pub struct AuthMethodInfo { |
| 2312 | pub name: String, |
| 2313 | pub description: String, |
| 2314 | } |
| 2315 | |
| 2316 | async fn get_provider_auth( |
| 2317 | State(_state): State<Arc<ServerState>>, |
nothing calls this directly
no outgoing calls
no test coverage detected