Authlete
TokenIssueRequest Class Reference

Request to Authlete's /api/auth/token/issue API. More...

Properties

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...
 

Detailed Description

Request to Authlete's /api/auth/token/issue API.

Property Documentation

◆ Properties

Property [] Properties
getset

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

string Subject
getset

The subject (= unique identifier) of the authenticated user.

◆ Ticket

string Ticket
getset

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: