Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
HttpAuthorization interface
- Package:
- @azure/storage-blob
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
