AuthConfig
Authentication configuration
Properties
Section titled “Properties”headers?
Section titled “headers?”optional headers?: Record<string, string>;password?
Section titled “password?”optional password?: string;token?
Section titled “token?”optional token?: string;type: "custom" | "bearer" | "basic";username?
Section titled “username?”optional username?: string;