Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserInfo ¶
type UserInfo 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"` Gender string `json:"gender"` Locale string `json:"locale"` }
{ "id": "12345678", "email": "hchlin@gmail.com", "verified_email": true, "name": "hu chenglin", "given_name": "hu", "family_name": "chenglin", "picture": "https://lh3.googleusercontent.com/a/AATXAJyLI2vOYsq4bGKu_jp_7UKcvdSIyVFZmZ3sTPIv=s96-c", "locale": "zh-CN" }
func GetUserInfo ¶
Click to show internal directories.
Click to hide internal directories.