Adds a new OAuth client.
Object containing the redirect URI for the OAuth client.
A promise that resolves to a response indicating success or failure.
Deletes specified OAuth clients.
Object containing a list of OAuth client IDs to delete.
A promise that resolves to a response indicating success or failure.
Retrieves an OAuth client by ID or all clients.
Object containing the OAuth client ID or 'all' to retrieve all clients.
A promise that resolves to an array of OAuthClient
objects.
Interface for all OAuth2 Client endpoints related to email handling in Mailcow.