The Authorization header will be set to the content of headerValue. The authentication scheme (such as Basic or Bearer) should be included in the headerValue.
For example, the `headerValue` for [Basic Authentication](https://datatracker.ietf.org/doc/html/rfc7617) should be set to `Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==`.
The
Authorization
header will be set to the content ofheaderValue
. The authentication scheme (such asBasic
orBearer
) should be included in theheaderValue
.