ConfigBlockingFunctions

data class ConfigBlockingFunctions(val forwardInboundCredentials: ConfigBlockingFunctionsForwardInboundCredentials? = null, val triggers: List<ConfigBlockingFunctionsTrigger>)

Constructors

Link copied to clipboard
constructor(forwardInboundCredentials: ConfigBlockingFunctionsForwardInboundCredentials? = null, triggers: List<ConfigBlockingFunctionsTrigger>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user credentials to include in the JWT payload that is sent to the registered Blocking Functions. Structure is documented below.

Link copied to clipboard

Map of Trigger to event type. Key should be one of the supported event types: "beforeCreate", "beforeSignIn". Structure is documented below.