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

## UserInfoFoundResponse Class

Represents a successful response containing the found user information\.

```csharp
public record UserInfoFoundResponse : System.IEquatable<Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse>
```

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

Implements [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[UserInfoFoundResponse](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse 'Abblix\.Oidc\.Server\.Endpoints\.UserInfo\.Interfaces\.UserInfoFoundResponse')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')
### Constructors

## UserInfoFoundResponse\(JsonObject, ClientInfo, string\) Constructor {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.UserInfoFoundResponse(System.Text.Json.Nodes.JsonObject,Abblix.Oidc.Server.Features.ClientInformation.ClientInfo,string)}

Represents a successful response containing the found user information\.

```csharp
public UserInfoFoundResponse(System.Text.Json.Nodes.JsonObject User, Abblix.Oidc.Server.Features.ClientInformation.ClientInfo ClientInfo, string Issuer);
```
#### Parameters

###### `User` [System\.Text\.Json\.Nodes\.JsonObject](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.nodes.jsonobject 'System\.Text\.Json\.Nodes\.JsonObject') {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.UserInfoFoundResponse(System.Text.Json.Nodes.JsonObject,Abblix.Oidc.Server.Features.ClientInformation.ClientInfo,string).User}

The collection of JWT claims associated with the user\.

###### `ClientInfo` [ClientInfo](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.ClientInformation.ClientInfo 'Abblix\.Oidc\.Server\.Features\.ClientInformation\.ClientInfo') {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.UserInfoFoundResponse(System.Text.Json.Nodes.JsonObject,Abblix.Oidc.Server.Features.ClientInformation.ClientInfo,string).ClientInfo}

Information about the client making the request\.

###### `Issuer` [System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String') {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.UserInfoFoundResponse(System.Text.Json.Nodes.JsonObject,Abblix.Oidc.Server.Features.ClientInformation.ClientInfo,string).Issuer}

The issuer identifier\.
### Properties

## UserInfoFoundResponse\.ClientInfo Property {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.ClientInfo}

Information about the client making the request\.

```csharp
public Abblix.Oidc.Server.Features.ClientInformation.ClientInfo ClientInfo { get; init; }
```

#### Property Value
[ClientInfo](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Features.ClientInformation.ClientInfo 'Abblix\.Oidc\.Server\.Features\.ClientInformation\.ClientInfo')

## UserInfoFoundResponse\.Issuer Property {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.Issuer}

The issuer identifier\.

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

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

## UserInfoFoundResponse\.User Property {#Abblix.Oidc.Server.Endpoints.UserInfo.Interfaces.UserInfoFoundResponse.User}

The collection of JWT claims associated with the user\.

```csharp
public System.Text.Json.Nodes.JsonObject User { get; init; }
```

#### Property Value
[System\.Text\.Json\.Nodes\.JsonObject](https://learn.microsoft.com/en-us/dotnet/api/system.text.json.nodes.jsonobject 'System\.Text\.Json\.Nodes\.JsonObject')
