Kind: Type
Source: src/utils/basic-auth.ts
Part of: Utils
Definition
ts(req: Request) => { username: string; password: string } | undefined
Relationships
- IMPORTS →
decodeBase64
Kind: Type
Source: src/utils/basic-auth.ts
Part of: Utils
ts(req: Request) => { username: string; password: string } | undefined
decodeBase64
Was this page helpful?