-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
The authHeader option can do the same thing as the bearerToken option and is more flexible.
Please remove this option from viper, and all references:
| | bearerToken | optional `string` | (Deprecated) Used for http sync; token gets appended to `Authorization` header with [bearer schema](https://www.rfc-editor.org/rfc/rfc6750#section-2.1). Cannot be used with `authHeader` | |