#### [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')

## PushedAuthorizationResponse Class

The wire response to a pushed authorization request \(RFC 9126\): the request URI the client refers to on the
authorization endpoint, and how long it stays valid\. This is the framework\-neutral wire projection both transport
adapters serialize\. It is distinct from the domain result
[PushedAuthorizationResponse](https://www.abblix.com/en/docs/api/abblix-oidc-server/Abblix.Oidc.Server.Endpoints.PushedAuthorization.Interfaces.PushedAuthorizationResponse 'Abblix\.Oidc\.Server\.Endpoints\.PushedAuthorization\.Interfaces\.PushedAuthorizationResponse'), which also
carries the stored authorization request; the formatter maps that domain result onto this flat wire shape\.

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

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

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

## PushedAuthorizationResponse\.ExpiresIn Property {#Abblix.Oidc.Server.Model.PushedAuthorizationResponse.ExpiresIn}

How long the stored request stays valid\.

```csharp
public System.TimeSpan ExpiresIn { get; init; }
```

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

## PushedAuthorizationResponse\.RequestUri Property {#Abblix.Oidc.Server.Model.PushedAuthorizationResponse.RequestUri}

The URI where the pushed authorization request is stored\.

```csharp
public System.Uri RequestUri { get; init; }
```

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