type SecureIframeStatus = "ready" | "success" | "error" | "expiring" | "expired";
Was this page helpful?