UNPKG

easy-social-auth

Version:

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

6 lines (5 loc) 104 B
export interface SocialAuthResponse<T = any> { status: boolean; data?: T; error?: string; }