#### [Abblix\.Jwt](https://www.abblix.com/en/docs/api/abblix-jwt 'index')
### [Abblix\.Jwt](https://www.abblix.com/en/docs/api/abblix-jwt/Abblix.Jwt 'Abblix\.Jwt').[AuthorizationDetail](https://www.abblix.com/en/docs/api/abblix-jwt/Abblix.Jwt.AuthorizationDetail 'Abblix\.Jwt\.AuthorizationDetail')

## AuthorizationDetail\.Parameters Class

RFC 9396 §2\.2 member names\. Type\-specific members outside this set live alongside in
[Json](https://www.abblix.com/en/docs/api/abblix-jwt/Abblix.Jwt.AuthorizationDetail#Abblix.Jwt.AuthorizationDetail.Json 'Abblix\.Jwt\.AuthorizationDetail\.Json') and are accessed by per\-type validators directly through the
[System\.Text\.Json\.Nodes](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.nodes 'System\.Text\.Json\.Nodes') API on the wrapped node\.

```csharp
public static class AuthorizationDetail.Parameters
```

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

## AuthorizationDetail\.Parameters\.Actions Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Actions}

The actions the entry authorises at those locations\.

```csharp
public const string Actions = "actions";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AuthorizationDetail\.Parameters\.Datatypes Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Datatypes}

The kinds of data the entry authorises access to\.

```csharp
public const string Datatypes = "datatypes";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AuthorizationDetail\.Parameters\.Identifier Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Identifier}

The identifier of the specific resource the entry is about\.

```csharp
public const string Identifier = "identifier";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AuthorizationDetail\.Parameters\.Locations Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Locations}

The locations of the resource servers the entry is addressed to\.

```csharp
public const string Locations = "locations";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AuthorizationDetail\.Parameters\.Privileges Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Privileges}

The privileges the entry asks for at those locations\.

```csharp
public const string Privileges = "privileges";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AuthorizationDetail\.Parameters\.Type Field {#Abblix.Jwt.AuthorizationDetail.Parameters.Type}

The authorization detail type identifier, REQUIRED on every entry\.

```csharp
public const string Type = "type";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
