Table of Contents

Class PushedAuthorizationRequestResponse

Namespace
Auth0.AuthenticationApi.Models
Assembly
Auth0.AuthenticationApi.dll

Represents a Pushed Authorization Request response.

public class PushedAuthorizationRequestResponse
Inheritance
PushedAuthorizationRequestResponse
Inherited Members

Properties

ExpiresIn

A number that represents the lifetime of the request URI in seconds as a positive integer.

[JsonProperty("expires_in")]
public int ExpiresIn { get; set; }

Property Value

int

RequestUri

The request URI corresponding to the authorization request posted.

[JsonProperty("request_uri")]
public Uri RequestUri { get; set; }

Property Value

Uri

Remarks

This URI is a single-use reference to the respective request data in the subsequent authorization request.