Authlete
|
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... | |
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.
|
getset |
The client certificate used in the TLS connection between the client application and the pushed authorization request endpoint.
|
getset |
The certificate path presented by the client during client authentication.
Each element is a string in PEM format.
|
getset |
The client ID extracted from the Authorization
header of the request to the pushed authorization request endpoint.
|
getset |
The client secret extracted from the Authorization
header of the request to the pushed authorization request endpoint.
|
getset |
Request parameters that the pushed authorization request endpoint received from the client application.