> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# BlazorEssentialsAuthorizationMessageHandler

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials.Authentication

**Inheritance:** Microsoft.AspNetCore.Components.WebAssembly.Authentication.AuthorizationMessageHandler

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.Authentication.BlazorEssentialsAuthorizationMessageHandler<T>
```

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public BlazorEssentialsAuthorizationMessageHandler(T config, Microsoft.AspNetCore.Components.WebAssembly.Authentication.IAccessTokenProvider provider, Microsoft.AspNetCore.Components.NavigationManager navigationManager)
```

#### Parameters

| Name                | Type                                                                              | Description |
| ------------------- | --------------------------------------------------------------------------------- | ----------- |
| `config`            | `T`                                                                               | -           |
| `provider`          | `Microsoft.AspNetCore.Components.WebAssembly.Authentication.IAccessTokenProvider` | -           |
| `navigationManager` | `Microsoft.AspNetCore.Components.NavigationManager`                               | -           |
