Skip to main content
type SecureIframeInitMessage = {
  type: SecureIframeEventType["INIT"];
  payload: SecureIframeContext;
};
The message sent to the secure iframe to initialize it.

Properties

PropertyType
typeSecureIframeEventType["INIT"]
payloadSecureIframeContext