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

PropertyTypeDescription
hoststringThe host requesting authentication.
isProxybooleanWhether the request is for a proxy.
portnumberThe port requesting authentication.
realmstringThe authentication realm.
schemestringThe authentication scheme.