Versions in this module Expand all Collapse all v1 v1.0.0 Jan 24, 2023 Changes in this version + type Config struct + func ClientConfig(clientID string, сlientSecret string, redirectURL string, ...) *Config + func (c *Config) AuthCodeURL(state string) string + func (c *Config) Authenticate(code string) (User, error) + type User struct + Image string + Phid string + PrimaryEmail string + RealName string + Roles []string + URI string + UserName string Other modules containing this package github.com/Megaputer/go_oauth_phabricator/v2