The provider ID this auth plugin serves (e.g. "openai", "anthropic").
(&self)
| 60 | |
| 61 | /// The provider ID this auth plugin serves (e.g. "openai", "anthropic"). |
| 62 | pub fn provider(&self) -> &str { |
| 63 | &self.meta.provider |
| 64 | } |
| 65 | |
| 66 | /// Available auth methods (OAuth, API key, etc.). |
| 67 | pub fn methods(&self) -> &[AuthMethodMeta] { |
no outgoing calls
no test coverage detected