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

## IntrospectionRequest Class

The token introspection request \(RFC 7662\)\. The bound properties, `BindAsync` and the projection onto the core
model are generated from [IntrospectionRequest](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Model.IntrospectionRequest 'Abblix\.Oidc\.Server\.Model\.IntrospectionRequest') by the Minimal API model source generator\.

```csharp
public record IntrospectionRequest : System.IEquatable<Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest>
```

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

Implements [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[IntrospectionRequest](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest 'Abblix\.Oidc\.Server\.MinimalApi\.Model\.IntrospectionRequest')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')
### Properties

## IntrospectionRequest\.Token Property {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.Token}

The `token` parameter \(RFC 7662 §2\.1\): the token string for which the client is requesting
introspection metadata\. Required\.

```csharp
public string Token { get; init; }
```

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

## IntrospectionRequest\.TokenTypeHint Property {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.TokenTypeHint}

The optional `token_type_hint` \(RFC 7662 §2\.1\) telling the server which token type to try first,
for example `access_token` or `refresh_token`\. The server may still inspect other token types\.

```csharp
public string? TokenTypeHint { get; init; }
```

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

## IntrospectionRequest\.BindAsync\(HttpContext\) Method {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.BindAsync(Microsoft.AspNetCore.Http.HttpContext)}

Binds the model from the request's form, query, headers and TLS connection\.

```csharp
public static System.Threading.Tasks.ValueTask<Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest?> BindAsync(Microsoft.AspNetCore.Http.HttpContext context);
```
#### Parameters

###### `context` [Microsoft\.AspNetCore\.Http\.HttpContext](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.httpcontext 'Microsoft\.AspNetCore\.Http\.HttpContext') {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.BindAsync(Microsoft.AspNetCore.Http.HttpContext).context}

#### Returns
[System\.Threading\.Tasks\.ValueTask&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask-1 'System\.Threading\.Tasks\.ValueTask\`1')[IntrospectionRequest](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest 'Abblix\.Oidc\.Server\.MinimalApi\.Model\.IntrospectionRequest')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.valuetask-1 'System\.Threading\.Tasks\.ValueTask\`1')
### Operators

## IntrospectionRequest\.implicit operator IntrospectionRequest\(IntrospectionRequest\) Operator {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.op_ImplicitAbblix.Oidc.Server.Model.IntrospectionRequest(Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest)}

Projects the transport\-bound model onto its core counterpart\.

```csharp
public static Abblix.Oidc.Server.Model.IntrospectionRequest implicit operator Abblix.Oidc.Server.Model.IntrospectionRequest(Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest request);
```
#### Parameters

###### `request` [IntrospectionRequest](https://www.abblix.com/en/docs/api/abblix-oidc-server-minimalapi/Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest 'Abblix\.Oidc\.Server\.MinimalApi\.Model\.IntrospectionRequest') {#Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest.op_ImplicitAbblix.Oidc.Server.Model.IntrospectionRequest(Abblix.Oidc.Server.MinimalApi.Model.IntrospectionRequest).request}

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