@authing/react-ui-components 2.4.55-alpha.3 → 2.4.55-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -604,6 +604,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/userPoo
604
604
  name: string;
605
605
  logo: string;
606
606
  description: string;
607
+ identifier: string;
607
608
  provider: SocialConnectionProvider;
608
609
  authorizationUrl: string;
609
610
  tooltip: Record<Lang, string>;