Class AuthorizedClientListResponse

  • All Implemented Interfaces:
    Serializable

    public class AuthorizedClientListResponse
    extends ClientListResponse
    Response from Authlete's /client/authorization/get/list API.
    Since:
    1.36
    Author:
    Takahiko Kawasaki
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthorizedClientListResponse

        public AuthorizedClientListResponse()
    • Method Detail

      • getSubject

        public String getSubject()
        Get the identifier of the user who has granted authorization to the client applications.
        Returns:
        The identifier of the user.
      • setSubject

        public AuthorizedClientListResponse setSubject​(String subject)
        Set the identifier of the user who has granted authorization to the client applications.
        Parameters:
        subject - The identifier of the user.
        Returns:
        this object.