Skip to content

ElectronAuthInfo

Unofficial

Information about an authentication challenge.

Import:

import type { ElectronAuthInfo } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronAuthInfo

Properties

Property Type Description
host string The host requesting authentication.
isProxy boolean Whether the request is for a proxy.
port number The port requesting authentication.
realm string The authentication realm.
scheme string The authentication scheme.