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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eJwtLocation\u003c/code\u003e is a class designed to specify where to extract a JWT from an API request, within the \u003ccode\u003eGoogle.Api\u003c/code\u003e namespace in the \u003ccode\u003eGoogle.Api.CommonProtos.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers constructors, including a default constructor and one that takes another \u003ccode\u003eJwtLocation\u003c/code\u003e instance, for object initialization.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJwtLocation\u003c/code\u003e defines properties to identify the location of the JWT, such as \u003ccode\u003eHeader\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, and \u003ccode\u003eValuePrefix\u003c/code\u003e, that specifies how the JWT is found in the header or query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJwtLocation\u003c/code\u003e class is used to define the extraction of a JWT token and includes methods for calculating size, cloning, comparing, and merging with other instances of \u003ccode\u003eJwtLocation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt also has predefined constants \u003ccode\u003eHeaderFieldNumber\u003c/code\u003e, \u003ccode\u003eQueryFieldNumber\u003c/code\u003e, and \u003ccode\u003eValuePrefixFieldNumber\u003c/code\u003e that indicate the field numbers for header, query, and value prefix.\u003c/p\u003e\n"]]],[],null,[]]