ConfigBlockingFunctionsForwardInboundCredentialsArgs

data class ConfigBlockingFunctionsForwardInboundCredentialsArgs(val accessToken: Output<Boolean>? = null, val idToken: Output<Boolean>? = null, val refreshToken: Output<Boolean>? = null) : ConvertibleToJava<ConfigBlockingFunctionsForwardInboundCredentialsArgs>

Constructors

fun ConfigBlockingFunctionsForwardInboundCredentialsArgs(accessToken: Output<Boolean>? = null, idToken: Output<Boolean>? = null, refreshToken: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ConfigBlockingFunctionsForwardInboundCredentialsArgs

Properties

Link copied to clipboard
val accessToken: Output<Boolean>? = null

Whether to pass the user's OAuth identity provider's access token.

Link copied to clipboard
val idToken: Output<Boolean>? = null

Whether to pass the user's OIDC identity provider's ID token.

Link copied to clipboard
val refreshToken: Output<Boolean>? = null

Whether to pass the user's OAuth identity provider's refresh token.