Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GitHub = oauth2.Endpoint{
AuthURL: "https://github.com/login/oauth/authorize",
TokenURL: "https://github.com/login/oauth/access_token",
}
GitHub is the endpoint for Github.
View Source
var Lark = oauth2.Endpoint{
AuthURL: "https://open.feishu.cn/open-apis/authen/v1/authorize",
TokenURL: "https://open.feishu.cn/open-apis/authen/v1/oidc/access_token",
}
Lark is the endpoint for Feishu
View Source
var QQ = oauth2.Endpoint{
AuthURL: "https://graph.qq.com/oauth2.0/authorize",
TokenURL: "https://graph.qq.com/oauth2.0/token",
}
QQ is the endpoint for QQ
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.