AuthorizationHeaderPrefix
Specifies a value to be prepended to the client secret, to form the Authorization header. The prepended value is usually a client ID.
データ型
string
デフォルト値
""
解説
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.