Documentation ¶
Index ¶
Constants ¶
View Source
const ( GoogleAuthURL string = "https://accounts.google.com/o/oauth2/v2/auth" GoogleTokenURL string = "https://oauth2.googleapis.com/token" // #nosec G101 GithubAuthURL string = "https://github.com/login/oauth/authorize" GithubTokenURL string = "https://github.com/login/oauth/access_token" // #nosec G101 SlackAuthURL string = "https://slack.com/oauth/v2/authorize" SlackTokenURL string = "https://slack.com/api/oauth.v2.access" // #nosec G101 )
Variables ¶
This section is empty.
Functions ¶
func NewGithubClient ¶ added in v0.20.0
func NewGoogleClient ¶
func NewSlackClient ¶ added in v0.25.0
Types ¶
Click to show internal directories.
Click to hide internal directories.