Authlete
ClientAuthorizationUpdateRequest Class Reference

Request to Authlete's /api/client/authorization/update/{clientId} API. The API updates attributes of all existing access tokens issued to a client application by an end-user. More...

Properties

string Subject [get, set]
 The subject (= unique identifier) of an end-user. More...
 
string[] Scopes [get, set]
 A new set of scopes assigned to existing access tokens. If null is given, the scope set associated with existing access tokens will not be changed. More...
 

Detailed Description

Request to Authlete's /api/client/authorization/update/{clientId} API. The API updates attributes of all existing access tokens issued to a client application by an end-user.

Property Documentation

◆ Scopes

string [] Scopes
getset

A new set of scopes assigned to existing access tokens. If null is given, the scope set associated with existing access tokens will not be changed.

◆ Subject

string Subject
getset

The subject (= unique identifier) of an end-user.


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