Get Granted Scopes
Get the set of scopes that a user has granted to a client application.
Description
Possible values for requestableScopes parameter in the response from this API are as follows. null The user has not granted authorization to the client application in the past, or records about the combination of the user and the client application have been deleted from Authlete's DB. An empty set The user has granted authorization to the client application in the past, but no scopes are associated with the authorization. A set with at least one element The user has granted authorization to the client application in the past and some scopes are associated with the authorization. These scopes are returned. Example: [ "profile", "email" ] The subject parameter is required and must be provided as a query parameter.
Path parameters
A service ID.
A client ID.
Query parameters
Unique user ID of an end-user.
Response
Successfully retrieved granted scopes