UNPKG

ringcentral-widgets

Version:
8 lines (7 loc) 196 B
// TODO // Once transform OAuth module to TS, export this from index.ts? export interface OAuthOptions { redirectUri?: string; loginPath?: string; restrictSameOriginRedirectUri?: boolean; }