pub async fn list_providers(
__arg0: State<ApiState>,
) -> ApiResponse<Vec<ProviderInfo>>Expand description
GET /auth/providers — list available OAuth providers and their authorize URLs.
pub async fn list_providers(
__arg0: State<ApiState>,
) -> ApiResponse<Vec<ProviderInfo>>GET /auth/providers — list available OAuth providers and their authorize URLs.