package
Version:
v0.0.0-...-deaf358
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
UserProfileURL = "https://www.googleapis.com/oauth2/v1/userinfo?access_token=%s"
)
type GoogleUserData struct {
Email string `json:"email"`
GivenName string `json:"given_name"`
Locale string `json:"locale"`
Name string `json:"name"`
Picture string `json:"picture"`
VerifiedEmail bool `json:"verified_email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.