Uses of Class
com.authlete.common.dto.AuthorizedClientListResponse
-
Packages that use AuthorizedClientListResponse 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 AuthorizedClientListResponse in com.authlete.common.api
Methods in com.authlete.common.api that return AuthorizedClientListResponse Modifier and Type Method Description AuthorizedClientListResponseAuthleteApi. getClientAuthorizationList(ClientAuthorizationGetListRequest request)Get a list of client applications authorized by the end-user. -
Uses of AuthorizedClientListResponse in com.authlete.common.dto
Methods in com.authlete.common.dto that return AuthorizedClientListResponse Modifier and Type Method Description AuthorizedClientListResponseAuthorizedClientListResponse. setSubject(String subject)Set the identifier of the user who has granted authorization to the client applications.
-