timetracker update
This commit is contained in:
12
app/view/google_oauth.go
Normal file
12
app/view/google_oauth.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package view
|
||||
|
||||
// GoogleUserInfo represents the user info returned by Google
|
||||
type GoogleUserInfo struct {
|
||||
ID string `json:"id"`
|
||||
Email string `json:"email"`
|
||||
VerifiedEmail bool `json:"verified_email"`
|
||||
Name string `json:"name"`
|
||||
GivenName string `json:"given_name"`
|
||||
FamilyName string `json:"family_name"`
|
||||
Picture string `json:"picture"`
|
||||
}
|
||||
Reference in New Issue
Block a user