AuthorizationHeaderPrefix
Specifies a value to be prepended to the client secret, to form the Authorization header. The prepended value is usually a client ID.
Data Type
string
Default Value
""
Remarks
Authorization headers are used in authentication schemes that require at least medium security, to send credentials to a server to authenticate a request. For example, when the AuthScheme is OAuth they are used to specify a custom access token type.