Jwt Args
Deprecated JWT configuration for origin authentication. JWT configuration for origin authentication.
Constructors
Functions
Properties
jwt_headers and jwt_params define where to extract the JWT from an HTTP request. If no explicit location is specified, the following default locations are tried in order: 1. The Authorization header using the Bearer schema. See here
. Example: Authorization: Bearer . 2. access_token
query parameter. See this
Multiple JWTs can be verified for a request. Each JWT has to be extracted from the locations its issuer specified or from the default locations. This field is set if JWT is sent in a request header. This field specifies the header name. For example, if header=x-goog-iap-jwt-assertion
, the header format will be x-goog-iap-jwt-assertion: .