UNPKG

angularx-social-login

Version:

Social login and authentication module for Angular 9+. Supports authentication with Google, Facebook, Amazon, and VK. Can be extended to other providers also.

14 lines (13 loc) 285 B
export declare class SocialUser { provider: string; id: string; email: string; name: string; photoUrl: string; firstName: string; lastName: string; authToken: string; idToken: string; authorizationCode: string; response: any; }