Uses of Class
com.authlete.common.dto.ClientAuthorizationDeleteRequest
-
Packages that use ClientAuthorizationDeleteRequest Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of ClientAuthorizationDeleteRequest in com.authlete.common.dto
Methods in com.authlete.common.dto that return ClientAuthorizationDeleteRequest Modifier and Type Method Description ClientAuthorizationDeleteRequest
ClientAuthorizationDeleteRequest. setSubject(String subject)
Set the subject (= unique identifier) of the end-user who has granted authorization to the client application.
-