Versions in this module Expand all Collapse all v1 v1.3.9 Apr 3, 2021 Changes in this version + func Authenticate(code string) (*oauth2.Token, error) + func Configure(c *config.ConfigMap) error + type ExplicitContent struct + FilterEnabled bool + FilterLocked bool + type JsonConfig struct + Web struct{ ... } + type Token struct + AccessToken string + TokenType string + func RefreshToken(refreshToken string) (*Token, error) + type User struct + Country string + DisplayName string + Email string + ExternalUrls struct{ ... } + Followers struct{ ... } + Href string + Id string + Images []string + Product string + Type string + Uri string + func GetUserByToken(token *oauth2.Token) (*User, error) + func (u *User) GetAvatar() string + func (u *User) GetEmailAddress() string + func (u *User) GetFullname() string + func (u *User) GetUserId() string