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 )
Variables ¶
This section is empty.
Functions ¶
func NewGithubClient ¶ added in v0.20.0
func NewGoogleClient ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.