You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*** [socialSignIn]* @param string $provider [The Provider should received from https://socialiteproviders.com/about/]* @return [Illuminate\Http\RedirectResponse]*/publicfunction socialSignIn(?string$provider): RedirectResponse;
/*** [socialCallback]* @param string $provider [The Provider should received from https://socialiteproviders.com/about/]* @return [stdClass]*/publicfunction socialCallback(?string$provider): stdClass;