The value prefix. The value format is "value_prefix{token}"
Only applies to "in" header type. Must be empty for "in" query type.
If not empty, the header value has to match (case sensitive) this prefix.
If not matched, JWT will not be extracted. If matched, JWT will be
extracted after the prefix is removed.
For example, for "Authorization: Bearer {JWT}",
value_prefix="Bearer " with a space at the end.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-03 UTC."],[[["`JwtLocation` is a class that specifies where to extract a JWT from an API request, including options like header, cookie, or query parameter."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`JwtLocation` offers constructors for creating new instances and copying existing ones, alongside methods for calculation, cloning, merging, and setting or getting values."],["Key fields and properties within `JwtLocation` include `Cookie`, `Header`, `Query`, and `ValuePrefix`, which define how and where the JWT is located in the request."],["There are different versions available for the `JwtLocation` class, including the latest version 2.15.0 and older versions such as 2.10.0 and 2.2.0."]]],[]]