[I] BasicAuth
Basic authentication is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic word followed by a space and a base64-encoded string username:password. For example, to authorize as demo / p@55w0rd the client would send
Authorization: Basic ZGVtbzpwQDU1dzByZA==Extends
Properties
| Property | Modifier | Type | Description | Inherited from | 
|---|---|---|---|---|
 description? | public | string | Optional description. | HttpAuthBase.description | 
 id | public | string | Id of the authentication scheme. | HttpAuthBase.id | 
 model | readonly | Model | Model that defined the authentication | HttpAuthBase.model | 
 scheme | public | "Basic" | - | - | 
 type | public | "http" | - | - |