property URLFormatOptions.auth Usage in Deno```typescript import { type URLFormatOptions } from "node:node__url.d.ts"; ``` `true` if the serialized URL string should include the username and password, `false` otherwise. Type boolean | undefined