jwtHeaders

@JvmName(name = "rhuiwveoughbdtvd")
suspend fun jwtHeaders(value: Output<List<JwtHeaderArgs>>)
@JvmName(name = "apvabvquvqigeqgv")
suspend fun jwtHeaders(value: List<JwtHeaderArgs>?)

Parameters

value

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: .


@JvmName(name = "cvdoblfjsumencyq")
suspend fun jwtHeaders(vararg values: Output<JwtHeaderArgs>)


@JvmName(name = "rrtixxfsuhlqqpad")
suspend fun jwtHeaders(values: List<Output<JwtHeaderArgs>>)
@JvmName(name = "iqlmeivdyyqnasor")
suspend fun jwtHeaders(vararg values: JwtHeaderArgs)

Parameters

values

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: .


@JvmName(name = "pfwkyirdidkpfxfm")
suspend fun jwtHeaders(argument: List<suspend JwtHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "pvoubdhaansmrqns")
suspend fun jwtHeaders(vararg argument: suspend JwtHeaderArgsBuilder.() -> Unit)
@JvmName(name = "iphoyxshbppsrsvf")
suspend fun jwtHeaders(argument: suspend JwtHeaderArgsBuilder.() -> Unit)

Parameters

argument

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: .