pub async fn list_api_keys_handler(
__arg0: State<GatewayState>,
headers: HeaderMap,
) -> Result<Json<Vec<ApiKeyInfo>>, AuthHandlerError>Expand description
List user’s API keys
GET /api/v0/auth/keys
pub async fn list_api_keys_handler(
__arg0: State<GatewayState>,
headers: HeaderMap,
) -> Result<Json<Vec<ApiKeyInfo>>, AuthHandlerError>List user’s API keys
GET /api/v0/auth/keys