Identity¶
Identity information of a request.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| apiKey | String | API key for authentication. REST NAMESPACE ONLY This is passed via the `x-api-key` header. | [optional] |
| authToken | String | Bearer token for authentication. REST NAMESPACE ONLY This is passed via the `Authorization` header with the Bearer scheme (e.g., `Bearer <token>`). | [optional] |