Client ====== A client resource represents an external application that integrates with the API. Resource definition ------------------- .. literalinclude:: _static/Client.json :language: json +----------------+-----------------+--------------------------------------------------------------------------------------+ | Name | Type | Description | +================+=================+======================================================================================+ | Id | int | | +----------------+-----------------+--------------------------------------------------------------------------------------+ | ClientId | string | Unique identifier of client application. Used when authenticating with the API. | +----------------+-----------------+--------------------------------------------------------------------------------------+ | ClientName | string | Friendly name of the application | +----------------+-----------------+--------------------------------------------------------------------------------------+ | ClientUri | Uri | | +----------------+-----------------+--------------------------------------------------------------------------------------+ | Enabled | bool | Statusflag, If the application can authenticate with the API. | +----------------+-----------------+--------------------------------------------------------------------------------------+ | ClientSecrets | List | List of client secrets. | +----------------+-----------------+--------------------------------------------------------------------------------------+ | RedirectUris | List | List of redirect uris. | +----------------+-----------------+--------------------------------------------------------------------------------------+ | Flow | int | OAuth flow flag (0 for Authorization Code, 1 for Implicit, 4 for Resource Owner). | +----------------+-----------------+--------------------------------------------------------------------------------------+ | TimeStamp | DateTime | | +----------------+-----------------+--------------------------------------------------------------------------------------+ Operations on Clients ----------------------------- - :doc:`/scenarios/clients-get` - :doc:`/scenarios/client-get`