list_api_keys_handler

Function list_api_keys_handler 

Source
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