Skip to main content

 Services

Web services from /about to /webhooks

oauth clients

/oauth/members/{member}/clients [GET]

Description

Returns the list of OAuth clients for a member.

Parameters

No parameters required.

Permission

Only the member themselves, or an administrator, can invoke this service.

Response

<clients>
  <client id="1"
          identifier="2aa92c5a79baf3fe"
          requires-consent="false"
          confidential="false"
          name="My app"
          grant-type="authorization_code"
          [created="2020-03-08T12:34:00+10:00"]
          [modified="2020-03-10T11:24:00+10:00"]
          [last-token="2020-05-10T10:28:00+10:00"]
          [app="Timesheet"]
          [webhook-secret="S0meP@ssw0d"]
          [redirect-uri="http://example.org/login"]
          [description="My example timesheet"]
          [client-uri="http://example.org"]
          [scope="openid profile email"]
          access-token-max-age="7200"
          refresh-token-max-age="0">
    <member id="45" ...>
      <fullname>John Smith</fullname>
    </member>
  </client>
  ...
</clients>  

Error Handling

No specific errors expected for this service.

Created on , last edited on