UNPKG

ng-dynami-social-login

Version:

This is social login API for Angular 7.0.3 (Facebook, Google and Linkedin)

10 lines (9 loc) 186 B
export declare class SocialUserModel { provider: string; id: string; email: string; name: string; image: string; token?: string; idToken?: string; }