Raw client data received from the server. For more information, see Open Cloud OAuth Clients API.
HTTP client instance used to send requests to the REST API server.
Endpoint-specific HTTP headers for the GET
, POST
, PUT
and DELETE
requests. You can add
custom headers at any time.
Endpoint API path relative to the REST API server URL.
OAuth 2.0 server token endpoint.
OAuth 2.0 server authorization endpoint.
Unique client ID.
Client creation time (UTC) in the format specified in ISO 8601.
Client data received from the server. For more information, see Open Cloud OAuth Clients API.
Client application description.
Client application name.
The endpoint to which the OAuth 2.0 server sends the response.
Client secret.
Client last update time (UTC) in the format specified in ISO 8601.
Reloads clien data from the server.
Deletes a client from the server.
Only administrators can delete OAuth clients. If the current logged in user is not an administrator, an exception will be thrown.
Returns the raw data of a deleted client. For more information, see Open Cloud OAuth Clients API.
Revokes the access tokens for all users of the client application.
Saves client properties changes to the server. Call this method to update client data on the server after any property changes.
Only administrators can update OAuth clients. If the current logged in user is not an administrator, an exception will be thrown.
Updates client data on the server.
Only administrators can update OAuth clients. If the current logged in user is not an administrator, an exception will be thrown.
Raw client data. For more information, see Open Cloud OAuth Clients API.
Provides properties and methods for obtaining information about a OAuth 2.0 client that have access the Open Cloud Server API.