callSecureApi abstract method

Future<HostActionResult> callSecureApi(
  1. CallSecureApiActionPayload payload
)

Calls a host-owned secure API operation through an allowlisted endpoint.

Implementation

Future<HostActionResult> callSecureApi(CallSecureApiActionPayload payload);