Clears the cache for oauth-clients api requests.
Create a new OAuth client. Requires TenantAdmin role when created in-tenant. appType cannot be changed after creation. Consent method and published state can be changed after creation. For supported appType, use PATCH /oauth-clients/{id}/connection-configs/me to change consent method, and POST /oauth-clients/{id}/actions/publish to change the client to published after creation.
Create a new OAuth client. Requires TenantAdmin role when created in-tenant. appType cannot be changed after creation. Consent method and published state can be changed after creation. For supported appType, use PATCH /oauth-clients/{id}/connection-configs/me to change consent method, and POST /oauth-clients/{id}/actions/publish to change the client to published after creation.
an object with the body content
Optionaloptions: ApiCallOptionsCreate a new client secret for the specified OAuth client. An OAuth client can have a maximum of 5 client secrets at one time.
Create a new client secret for the specified OAuth client. An OAuth client can have a maximum of 5 client secrets at one time.
The unique identifier for the OAuth client
Optionaloptions: ApiCallOptionsDelete the specified OAuth client.
Delete the specified OAuth client.
The unique identifier for the OAuth client
Optionaloptions: ApiCallOptionsDeletes the connection config for the calling tenant, related to the supplied client id.
Deletes the connection config for the calling tenant, related to the supplied client id.
The unique identifier for the OAuth client
Optionaloptions: ApiCallOptionsDeletes a specific client secret for an OAuth client.
Deletes a specific client secret for an OAuth client.
The unique identifier for the OAuth client
The unique identifier for the OAuth secret
Optionaloptions: ApiCallOptionsRetrieves the specified OAuth client.
Retrieves the specified OAuth client.
The unique identifier for the OAuth client
Optionaloptions: ApiCallOptionsGet configuration for consent method and status.
Get configuration for consent method and status.
The unique identifier for an OAuth client
Optionaloptions: ApiCallOptionsRetrieve all OAuth clients.
Retrieve all OAuth clients.
an object with query parameters
Optionalfilter?: stringThe filter query that should be used to filter the list of oauth clients. The filter syntax is defined in RFC 7644. Valid attributes for filtering are clientId, clientName, appType, and tenantId.
Optionallimit?: numberThe number of OAuth client entries to retrieve.
Optionalnext?: stringThe next page cursor
Optionalprev?: stringThe previous page cursor
Optionalsort?: stringThe attribute to sort by, beginning with + for ascending and - for descending. Valid attributes for sorting are clientId, clientName, appType, tenantId, createdAt, updatedAt.
OptionaltotalResults?: booleanBoolean query parameter that determines if the total count of results should be included in the response. If true, the response includes the total number of results in the totalResults field. If false or not included in the query, totalResults will be excluded from the response.
Optionaloptions: ApiCallOptionsUpdates the specified OAuth client.
Updates the specified OAuth client.
The unique identifier for the OAuth client
an object with the body content
Optionaloptions: ApiCallOptionsUpdates the consent method for the specified OAuth client.
Updates the consent method for the specified OAuth client.
The unique identifier for the OAuth client
an object with the body content
Optionaloptions: ApiCallOptionsPublishes the specified OAuth client. By default, OAuth clients are bound to the tenant that created it. Publishing shares the client and makes it available to all other tenants within a region. Third-party applications connecting to Qlik Cloud can then have the same client ID for all Qlik Cloud tenants.
Publishes the specified OAuth client. By default, OAuth clients are bound to the tenant that created it. Publishing shares the client and makes it available to all other tenants within a region. Third-party applications connecting to Qlik Cloud can then have the same client ID for all Qlik Cloud tenants.
The unique identifier for the OAuth client
Optionaloptions: ApiCallOptions
Clears the cache for oauth-clients api requests.