# Security

## Example Usage

```typescript
import { Security } from "@flexprice/sdk/sdk/models";

let value: Security = {
  apiKeyAuth: "<value>",
};
```

## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `apiKeyAuth`       | *string*           | :heavy_check_mark: | N/A                |