Type alias GestaltIdentityInfo

GestaltIdentityInfo: {
    email?: string;
    identityId: IdentityId;
    name?: string;
    providerId: ProviderId;
    url?: string;
    [key: string]: JSONValue | undefined;
}

Type declaration

  • [key: string]: JSONValue | undefined
  • Optional email?: string
  • identityId: IdentityId
  • Optional name?: string
  • providerId: ProviderId
  • Optional url?: string

Generated using TypeDoc