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

## IntrospectionRequest\.Parameters Class

Wire\-level parameter names accepted at the OAuth 2\.0 introspection endpoint \(RFC 7662 §2\.1\)\.

```csharp
public static class IntrospectionRequest.Parameters
```

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

## IntrospectionRequest\.Parameters\.Token Field {#Abblix.Oidc.Server.Model.IntrospectionRequest.Parameters.Token}

The `token` introspection request parameter carrying the token to be inspected\.

```csharp
public const string Token = "token";
```

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

## IntrospectionRequest\.Parameters\.TokenTypeHint Field {#Abblix.Oidc.Server.Model.IntrospectionRequest.Parameters.TokenTypeHint}

The `token_type_hint` introspection request parameter advising which token type
            the server should try first\.

```csharp
public const string TokenTypeHint = "token_type_hint";
```

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