There was an error while loading. Please reload this page.
1 parent 9963728 commit f6687abCopy full SHA for f6687ab
endpoints/endpoints.go
@@ -17,6 +17,12 @@ var Amazon = oauth2.Endpoint{
17
TokenURL: "https://api.amazon.com/auth/o2/token",
18
}
19
20
+// Battlenet is the endpoint for Battlenet.
21
+var Battlenet = oauth2.Endpoint{
22
+ AuthURL: "https://battle.net/oauth/authorize",
23
+ TokenURL: "https://battle.net/oauth/token",
24
+}
25
+
26
// Bitbucket is the endpoint for Bitbucket.
27
var Bitbucket = oauth2.Endpoint{
28
AuthURL: "https://bitbucket.org/site/oauth2/authorize",
0 commit comments