Package org.localify.auth.login
Class GoogleLoginService
java.lang.Object
org.localify.auth.login.GoogleLoginService
Service for handling Google login.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GoogleLoginService
public GoogleLoginService()
-
-
Method Details
-
login
Logs in a user via a Google token.- Parameters:
token- the google token- Returns:
- the User, either newly created or pre-existing and associated w/ this token's email
-