File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ var Facebook = oauth2.Endpoint{
41
41
TokenURL : "https://graph.facebook.com/v3.2/oauth/access_token" ,
42
42
}
43
43
44
+ // Feishu is the endpoint for Feishu.
45
+ var Feishu = oauth2.Endpoint {
46
+ AuthURL : "https://open.feishu.cn/open-apis/authen/v1/authorize" ,
47
+ TokenURL : "https://open.feishu.cn/open-apis/authen/v2/oauth/token" ,
48
+ }
49
+
44
50
// Foursquare is the endpoint for Foursquare.
45
51
var Foursquare = oauth2.Endpoint {
46
52
AuthURL : "https://foursquare.com/oauth2/authorize" ,
@@ -98,6 +104,12 @@ var KaKao = oauth2.Endpoint{
98
104
TokenURL : "https://kauth.kakao.com/oauth/token" ,
99
105
}
100
106
107
+ // Lark is the endpoint for Lark.
108
+ var Lark = oauth2.Endpoint {
109
+ AuthURL : "https://open.larksuite.com/open-apis/authen/v1/authorize" ,
110
+ TokenURL : "https://open.larksuite.com/open-apis/authen/v2/oauth/token" ,
111
+ }
112
+
101
113
// LinkedIn is the endpoint for LinkedIn.
102
114
var LinkedIn = oauth2.Endpoint {
103
115
AuthURL : "https://www.linkedin.com/oauth/v2/authorization" ,
You can’t perform that action at this time.
0 commit comments