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

# ResQ.Clients.AuthResponse

### [ResQ.Clients](./ResQ.Clients.md "ResQ.Clients")

## AuthResponse Class

Response from the HCE authentication endpoint.

```csharp theme={null}
public record AuthResponse : System.IEquatable<ResQ.Clients.AuthResponse>
```

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

Implements [System.IEquatable\<](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")[AuthResponse](./ResQ.Clients.AuthResponse.md "ResQ.Clients.AuthResponse")[>](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 "System.IEquatable`1")

| Constructors                                                                                                                   |                                                |
| :----------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------- |
| [AuthResponse(string)](./ResQ.Clients.AuthResponse.AuthResponse\(string\).md "ResQ.Clients.AuthResponse.AuthResponse(string)") | Response from the HCE authentication endpoint. |
