forward Inbound Credentials
suspend fun forwardInboundCredentials(value: Output<ConfigBlockingFunctionsForwardInboundCredentialsArgs>)
Parameters
value
The user credentials to include in the JWT payload that is sent to the registered Blocking Functions. Structure is documented below.
suspend fun forwardInboundCredentials(argument: suspend ConfigBlockingFunctionsForwardInboundCredentialsArgsBuilder.() -> Unit)
Parameters
argument
The user credentials to include in the JWT payload that is sent to the registered Blocking Functions. Structure is documented below.