ElectronRendererAuthorizationConfiguration Interface

Client configuration to generate OIDC/OAuth tokens for native applications

Properties

Name Type Description
channelClientPrefix Readonly string | undefined Optional prefix to be added before the clientId in IPC channel names.  
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

Last Updated: 12 January, 2026