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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript