Table of Contents

Class PushedAuthorizationSuccess

Namespace
Duende.IdentityServer.ResponseHandling
Assembly
Duende.IdentityServer.dll

Represents success from the pushed authorization endpoint.

public class PushedAuthorizationSuccess : PushedAuthorizationResponse
Inheritance
PushedAuthorizationSuccess
Inherited Members

Constructors

PushedAuthorizationSuccess()

public PushedAuthorizationSuccess()

Properties

ExpiresIn

The number of seconds from now that the pushed request will expire.

public required int ExpiresIn { get; set; }

Property Value

int

RequestUri

The request uri for the pushed request, in the format urn:ietf:params:oauth:request_uri:{ReferenceValue}.

public required string RequestUri { get; set; }

Property Value

string