Documentation
¶
Index ¶
Constants ¶
View Source
const ( Profile = "https://www.googleapis.com/auth/userinfo.profile" // 获取用户信息 Email = "https://www.googleapis.com/auth/userinfo.email" // 获取用户邮箱 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth ¶
type OAuth struct {
// contains filtered or unexported fields
}
func (*OAuth) GetAuthPageURL ¶ added in v0.5.1
func (*OAuth) HandleAuth ¶ added in v0.5.1
type Option ¶
type Option func(o *Options)
func WithClientID ¶
func WithClientSecret ¶
func WithRedirectURL ¶
Click to show internal directories.
Click to hide internal directories.