Documentation ¶
Index ¶
- func GetGoogleOauthUniqueIDByIDToken(c *gin.Context)
- func GetOauthTokenByCode(c *gin.Context)
- func GetOauthURL(c *gin.Context)
- func GetUserInfoByToken(c *gin.Context)
- func GoogleProjectOauthLogin(c *gin.Context)
- type GetGoogleOauthUniqueIDByIDTokenRequest
- type GetUserInfoByTokenRequest
- type GoogleProjectOauthLoginRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOauthTokenByCode ¶
func GetOauthURL ¶
func GetUserInfoByToken ¶
func GoogleProjectOauthLogin ¶
Types ¶
type GetGoogleOauthUniqueIDByIDTokenRequest ¶
type GetGoogleOauthUniqueIDByIDTokenRequest struct {
IDToken string `json:"id_token"`
}
type GetUserInfoByTokenRequest ¶
type GetUserInfoByTokenRequest struct {
Token string
}
Click to show internal directories.
Click to hide internal directories.