| 64 | |
| 65 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 66 | pub struct AuthMeta { |
| 67 | pub provider: String, |
| 68 | pub methods: Vec<AuthMethodMeta>, |
| 69 | } |
| 70 | |
| 71 | #[derive(Debug, Clone, Deserialize, Serialize)] |
| 72 | pub struct AuthMethodMeta { |
nothing calls this directly
no outgoing calls
no test coverage detected