public class AuthorizedClientListResponse extends ClientListResponse
/client/authorization/get/list API.| Constructor and Description |
|---|
AuthorizedClientListResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubject()
Get the identifier of the user who has granted authorization
to the client applications.
|
AuthorizedClientListResponse |
setSubject(String subject)
Set the identifier of the user who has granted authorization
to the client applications.
|
getClients, getDeveloper, getEnd, getStart, getTotalCount, setClients, setDeveloper, setEnd, setStart, setTotalCountpublic String getSubject()
public AuthorizedClientListResponse setSubject(String subject)
subject - The identifier of the user.this object.Copyright © 2019. All rights reserved.