GoogleApi.ServiceConsumerManagement.V1.Model.JwtLocation (google_api_service_consumer_management v0.26.1) View Source
Specifies a location to extract JWT from an API request.
Attributes
-
header
(type:String.t
, default:nil
) - Specifies HTTP header name to extract JWT token. -
query
(type:String.t
, default:nil
) - Specifies URL query parameter name to extract JWT token. -
valuePrefix
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.