status | null | SecureIframeStatus | The current status of the iframe. |
message | undefined | string | Optional message associated with the status. |
updateTheme | (theme: Partial<SecureIframeTheme>) => void | Function to update the theme of the iframe. |
cleanup | () => void | Function to manually clean up the iframe. Note: Cleanup is automatic when the component unmounts or when the iframe expires. |