pub async fn get_all_api_keys(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>Expand description
GET /api-keys/all — retrieve all API keys with their plaintext values.
pub async fn get_all_api_keys(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>GET /api-keys/all — retrieve all API keys with their plaintext values.