Authlete
|
Request to Authlete's /api/auth/authorization
API. An authorization endpoint implementation is supposed to pass all the request parameters it received from a client application to the API.
More...
Properties | |
string | Parameters [get, set] |
Request parameters that the implementation of your authorization endpoint received from a client application. More... | |
Request to Authlete's /api/auth/authorization
API. An authorization endpoint implementation is supposed to pass all the request parameters it received from a client application to the API.
|
getset |
Request parameters that the implementation of your authorization endpoint received from a client application.
The value of this Parameters
property should be either (1) the entire query string when the HTTP method of the authorization request from the client application was GET
or (2) the entire entity body (which is formatted in application/x-www-form-urlencoded
) when the HTTP method of the authorization request from the client application was POST
.