## CdsRequestWithAuth interface  
CDS Request with FHIR authorization.

**Signature:**  
```typescript  
export interface CdsRequestWithAuth extends CdsRequest  
```

**Extends:** [CdsRequest](/content/docs/sdk/core.cdsrequest)

## Properties  
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [fhirAuthorization](/content/docs/sdk/core.cdsrequestwithauth.fhirauthorization) | `readonly` | [CdsFhirAuthorization](/content/docs/sdk/core.cdsfhirauthorization) |  |
| [fhirServer](/content/docs/sdk/core.cdsrequestwithauth.fhirserver) | `readonly` | string |  |

- [CdsRequestWithAuth interface](/content/docs/sdk/core.cdsrequestwithauth#cdsrequestwithauth-interface/index.html)  
- [Properties](/content/docs/sdk/core.cdsrequestwithauth#properties/index.html)
