Config Blocking Functions Forward Inbound Credentials Args
data class ConfigBlockingFunctionsForwardInboundCredentialsArgs(val accessToken: Output<Boolean>? = null, val idToken: Output<Boolean>? = null, val refreshToken: Output<Boolean>? = null) : ConvertibleToJava<ConfigBlockingFunctionsForwardInboundCredentialsArgs>
Constructors
Link copied to clipboard
fun ConfigBlockingFunctionsForwardInboundCredentialsArgs(accessToken: Output<Boolean>? = null, idToken: Output<Boolean>? = null, refreshToken: Output<Boolean>? = null)