зеркало из https://github.com/golang/oauth2.git
endpoints: add Baidu endpoint
This commit is contained in:
Родитель
d3ed0bb246
Коммит
a8e910e9cb
|
@ -215,6 +215,12 @@ var Zoom = oauth2.Endpoint{
|
|||
TokenURL: "https://zoom.us/oauth/token",
|
||||
}
|
||||
|
||||
// Baidu is the endpoint for Baidu.
|
||||
var Baidu = oauth2.Endpoint{
|
||||
AuthURL: "http://openapi.baidu.com/oauth/2.0/authorize",
|
||||
TokenURL: "https://openapi.baidu.com/oauth/2.0/token",
|
||||
}
|
||||
|
||||
// AzureAD returns a new oauth2.Endpoint for the given tenant at Azure Active Directory.
|
||||
// If tenant is empty, it uses the tenant called `common`.
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче