ElectronAuthInfo
Unofficial
Information about an authentication challenge.
Import:
import type { ElectronAuthInfo } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronAuthInfoProperties
| 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. |