Get an ORDS OAuth client
get
/ords/rest/clients/{id}
Describes an ORDS OAuth client.
Request
Path Parameters
-
id(required): integer
ID for specific OAuth client.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Details of the ORDS OAuth client.
Root Schema : RestClientCollectionItem
Type:
object
ORDS OAuth clients
Show Source
-
about_url: string
The URL that provides more information for the client
-
allowed_origins: string
The comma-separated list of URL prefixes.
-
auth_flow: string
OAuth flow type.
-
client_id: string
A unique string identifier of a client.
-
client_secret: string
The client secret for slot 1.
-
client_secret_2: string
The client secret for slot 2.
-
client_secret_2_issued_on: string
Date and time when the client secret was generated or issued.
-
client_secret_issued_on: string
Date and time when the client secret was generated or issued.
-
code_duration: string
Duration of the code token in seconds applicable only when authorization code is authorization_code.
-
created_by: string
The user who created the client
-
created_on: string
Date and time when the client was created.
-
description: string
Description of the purpose of the client.
-
id: integer
The original generated client identifier.
-
links: array
links
-
logo_content_type: string
The content type of the logo.
-
logo_image: string
The logo of the OAuth client.
-
name: string
The name for the client.
-
privilege_names: string
List of comma-separated privileges that the client wants to access.
-
redirect_uri: string
Client-controlled URI to which redirect containing an OAuth access token or error is sent.
-
refresh_duration: string
Duration of refresh token in seconds. NULL duration fallsback to the value in the ORDS instance.
-
response_type: string
OAuth response type
-
role_names: string
The names of the roles that was granted.
-
schema_id: string
The schema registration id.
-
support_email: string
The URI to contact the client for support.
-
support_uri: string
The URI where to contact the client for support.
-
token_duration: string
Duration of the access token in seconds.
-
updated_by: string
The user who updated the client
-
updated_on: string
Date and time when the client was updated.