| 7 | |
| 8 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 9 | pub struct AuthMethodInfo { |
| 10 | #[serde(rename = "type")] |
| 11 | pub method_type: String, |
| 12 | pub label: String, |
| 13 | } |
| 14 | |
| 15 | pub struct ProviderAuth { |
| 16 | auth_manager: Arc<AuthManager>, |
nothing calls this directly
no outgoing calls
no test coverage detected