UNPKG

easy-social-auth

Version:

A flexible, standalone package for social authentication using Google, Facebook & Twitter

9 lines (8 loc) 172 B
export interface ISocialUser<T = any> { id?: string; email?: string; firstName?: string; lastName?: string; picture?: string; additionalData?: T; }