Type Alias QwpBrowserSessionAuthentication
QwpBrowserSessionAuthentication:
| { password: string; type: "basic"; username: string }
| { token: string; type: "bearer" }
Type declaration
- { password: string; type: "basic"; username: string }
password: string
type: "basic"
username: string
- { token: string; type: "bearer" }
token: string
type: "bearer"
HTTP Basic authentication.