HttpAuthorization interface
Represents authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values.
Properties
scheme | The scheme to use for authorization. |
value | the credentials containing the authentication information of the user agent for the resource being requested. |
Property Details
scheme
The scheme to use for authorization.
scheme: string
Property Value
string
value
the credentials containing the authentication information of the user agent for the resource being requested.
value: string
Property Value
string