Authlete
PushedAuthReqRequest Class Reference

Request to Authlete's /api/pushed_auth_req API. More...

Properties

string Parameters [get, set]
 Request parameters that the pushed authorization request endpoint received from the client application. More...
 
string ClientId [get, set]
 The client ID extracted from the Authorization header of the request to the pushed authorization request endpoint. More...
 
string ClientSecret [get, set]
 The client secret extracted from the Authorization header of the request to the pushed authorization request endpoint. More...
 
string ClientCertificate [get, set]
 The client certificate used in the TLS connection between the client application and the pushed authorization request endpoint. More...
 
string[] ClientCertificatePath [get, set]
 The certificate path presented by the client during client authentication. More...
 

Detailed Description

Request to Authlete's /api/pushed_auth_req API.

The authorization server can implement a pushed authorization request endpoint which is defined in "OAuth 2.0 Pushed Authorization Requests" by using the Authlete API.

Since version 1.5.0.

Property Documentation

◆ ClientCertificate

string ClientCertificate
getset

The client certificate used in the TLS connection between the client application and the pushed authorization request endpoint.

◆ ClientCertificatePath

string [] ClientCertificatePath
getset

The certificate path presented by the client during client authentication.

Each element is a string in PEM format.

◆ ClientId

string ClientId
getset

The client ID extracted from the Authorization header of the request to the pushed authorization request endpoint.

◆ ClientSecret

string ClientSecret
getset

The client secret extracted from the Authorization header of the request to the pushed authorization request endpoint.

◆ Parameters

string Parameters
getset

Request parameters that the pushed authorization request endpoint received from the client application.


The documentation for this class was generated from the following file: