OAuthClientApi
API for managing OAuth 2.1 clients via the admin interface. Service role access token is required.
Functions
Link copied to clipboard
Creates a new OAuth client.
Link copied to clipboard
Deletes an OAuth client.
Link copied to clipboard
Retrieves an OAuth client by its client ID.
Link copied to clipboard
Lists all OAuth clients.
Link copied to clipboard
Regenerates the client secret for an OAuth client.
Link copied to clipboard
abstract suspend fun updateClient(clientId: String, builder: UpdateOAuthClientBuilder.() -> Unit): OAuthClient
Updates an existing OAuth client.