Table of Contents

Class DeserializedPushedAuthorizationRequest

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

A pushed authorization request that is not serialized.

public class DeserializedPushedAuthorizationRequest
Inheritance
DeserializedPushedAuthorizationRequest
Inherited Members

Constructors

DeserializedPushedAuthorizationRequest()

public DeserializedPushedAuthorizationRequest()

Properties

ExpiresAtUtc

The expiration time.

public required DateTime ExpiresAtUtc { get; set; }

Property Value

DateTime

PushedParameters

The pushed parameters.

public required NameValueCollection PushedParameters { get; set; }

Property Value

NameValueCollection

ReferenceValue

The reference value of the pushed authorization request. This is the identifier within the request_uri.

public required string ReferenceValue { get; set; }

Property Value

string