Documentation
¶
Overview ¶
Copyright 2019 Axetroy. All rights reserved. MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetgoogleOAuth2Config ¶
Types ¶
type GoogleAuthResponse ¶
type GoogleAuthResponse 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"`
Link string `json:"link"`
Picture string `json:"picture"`
Gender string `json:"gender"`
Locale string `json:"locale"`
}
Click to show internal directories.
Click to hide internal directories.