> ## 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.InfraAuthResponse

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

## InfraAuthResponse Class

JWT response from infrastructure-api /login endpoint.

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

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

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

| Constructors                                                                                                                                            |                                                       |
| :------------------------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------- |
| [InfraAuthResponse(string)](./ResQ.Clients.InfraAuthResponse.InfraAuthResponse\(string\).md "ResQ.Clients.InfraAuthResponse.InfraAuthResponse(string)") | JWT response from infrastructure-api /login endpoint. |
