Uses of Class
com.authlete.common.dto.ClientAuthorizationUpdateRequest
-
Packages that use ClientAuthorizationUpdateRequest Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
).com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClientAuthorizationUpdateRequest in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type ClientAuthorizationUpdateRequest Modifier and Type Method Description void
AuthleteApi. updateClientAuthorization(long clientId, ClientAuthorizationUpdateRequest request)
Update attributes of all existing access tokens issued to the client application by the end-user. -
Uses of ClientAuthorizationUpdateRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientAuthorizationUpdateRequest Modifier and Type Method Description ClientAuthorizationUpdateRequest
ClientAuthorizationUpdateRequest. setScopes(String[] scopes)
Set a new set of scopes assigned to existing access tokens.ClientAuthorizationUpdateRequest
ClientAuthorizationUpdateRequest. setSubject(String subject)
Set the subject (= unique identifier) of the end-user who has granted authorization to the client application.
-