Skip to main content
type SecureIframeContext = {
  authState: SecureIframeAuthState;
  theme?: SecureIframeTheme;
};
Shared context data required for secure iframe operations.

Properties

PropertyType
authStateSecureIframeAuthState
theme?SecureIframeTheme