Configuration for the OAuth callback server

interface CallbackHandlerOptions {
    port: number;
    parentWindow: BrowserWindow;
    redirectUri: string;
}

Properties

port: number

Port to listen on for the OAuth callback

parentWindow: BrowserWindow

Parent window that spawned the auth flow

redirectUri: string

OAuth redirect URI for callbacks