secureContext property

Map<String, Object?>? secureContext
getter/setter pair

Map of parameter name to value for this request.

These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).

Optional.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? secureContext;