ElectronRendererAuthorizationConfiguration Interface
Client configuration to generate OIDC/OAuth tokens for native applications
Properties
| Name | Type | Description | |
|---|---|---|---|
| clientId Readonly | string | Client application's identifier as registered with the OIDC/OAuth2 provider. | |
| ipcSocket Readonly | IpcSocketFrontend | undefined | Optional custom implementation of IpcSocketFrontend to use for IPC communication with the Backend counterpart of |
Defined in
- renderer/Client.ts Line 64
Last Updated: 17 September, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.