> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Authorization.IAddHeaders

# <a id="SuperOffice_WebApi_Authorization_IAddHeaders" /> Interface IAddHeaders

Namespace: [SuperOffice.WebApi.Authorization](SuperOffice.WebApi.Authorization.md)\
Assembly: SuperOffice.WebApi.Authorization.dll

Used by IAuthorization implementations to add headers for each request.

```csharp theme={null}
public interface IAddHeaders
```

## Methods

### <a id="SuperOffice_WebApi_Authorization_IAddHeaders_AddHeaders_System_Net_Http_Headers_HttpRequestHeaders_" /> AddHeaders(HttpRequestHeaders)

Called by the AgentBase to add headers to IAuthorization implementation.

```csharp theme={null}
void AddHeaders(HttpRequestHeaders headers)
```

#### Parameters

`headers` [HttpRequestHeaders](https://learn.microsoft.com/dotnet/api/system.net.http.headers.httprequestheaders)

HttpRequestMessage headers.
