Request to Authlete's /api/auth/token/issue
API.
More...
|
string | Ticket [get, set] |
| The ticket issued by Authlete's /api/auth/token API. It is the value of the "ticket" response parameter in the response from the API. This request parameter is mandatory. More...
|
|
string | Subject [get, set] |
| The subject (= unique identifier) of the authenticated user. More...
|
|
Property[] | Properties [get, set] |
| Extra properties to be associated with a newly created access token. Note that the "properties" request parameter is accepted only when Content-Type of the request is "application/json" , so don't use "application/x-www-form-urlencoded" if you want to use the "properties" request paramerer. More...
|
|
Request to Authlete's /api/auth/token/issue
API.
◆ Properties
Extra properties to be associated with a newly created access token. Note that the "properties"
request parameter is accepted only when Content-Type
of the request is "application/json"
, so don't use "application/x-www-form-urlencoded"
if you want to use the "properties"
request paramerer.
◆ Subject
The subject (= unique identifier) of the authenticated user.
◆ Ticket
The ticket issued by Authlete's /api/auth/token
API. It is the value of the "ticket"
response parameter in the response from the API. This request parameter is mandatory.
The documentation for this class was generated from the following file:
- Authlete/Dto/TokenIssueRequest.cs