UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 237 B
export interface IframeSettings { /** * Parent domains that will iframe the session. */ parentDomains?: string[]; /** * Target origin for cross domain messaging. */ postMessageTargetOrigin?: string; }