We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366d9d commit cd4f82cCopy full SHA for cd4f82c
endpoints/endpoints.go
@@ -197,6 +197,12 @@ var Yandex = oauth2.Endpoint{
197
TokenURL: "https://oauth.yandex.com/token",
198
}
199
200
+// Zoom is the endpoint for Zoom.
201
+var Zoom = oauth2.Endpoint{
202
+ AuthURL: "https://zoom.us/oauth/authorize",
203
+ TokenURL: "https://zoom.us/oauth/token",
204
+}
205
+
206
// AzureAD returns a new oauth2.Endpoint for the given tenant at Azure Active Directory.
207
// If tenant is empty, it uses the tenant called `common`.
208
//
0 commit comments