BasicAuthModel interface
Model for API authentication with basic flow - user name + password.
- Extends
Property Details
password
The password
password: string
Property Value
string
type
The auth type
type: "Basic"
Property Value
"Basic"
userName
The user name.
userName: string
Property Value
string