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. | |
| expiryBuffer Readonly | number | undefined | Time in seconds that's used as a buffer to check the token for validity/expiry. | |
| 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 65
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.