#### [Abblix\.Oidc\.Server](https://www.abblix.com/en/docs/api/abblix-oidc-server 'index')
### [Abblix\.Oidc\.Server\.DeclarativeBinding](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.DeclarativeBinding 'Abblix\.Oidc\.Server\.DeclarativeBinding')

## AuthorizationHeaderAttribute Class

Declares that the value is the parsed HTTP `Authorization` request header — the scheme and
credentials used by transport\-level client authentication such as `Basic` \(RFC 7617\) or
`Bearer` \(RFC 6750\)\. Purely semantic: it names the transport source and leaves the parsing
mechanism to the transport layer\.

```csharp
public class AuthorizationHeaderAttribute : System.Attribute
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → [System\.Attribute](https://learn.microsoft.com/en-us/dotnet/api/system.attribute 'System\.Attribute') → AuthorizationHeaderAttribute
