Skip to main content
URLFormatOptions.auth - url - Node documentation
property URLFormatOptions.auth

Usage in Deno

import { type URLFormatOptions } from "node:url";

true if the serialized URL string should include the username and password, false otherwise.

Type

boolean | undefined