File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,12 @@ var Odnoklassniki = oauth2.Endpoint{
146
146
TokenURL : "https://api.odnoklassniki.ru/oauth/token.do" ,
147
147
}
148
148
149
+ // Patreon is the endpoint for Patreon.
150
+ var Patreon = oauth2.Endpoint {
151
+ AuthURL : "https://www.patreon.com/oauth2/authorize" ,
152
+ TokenURL : "https://www.patreon.com/api/oauth2/token" ,
153
+ }
154
+
149
155
// PayPal is the endpoint for PayPal.
150
156
var PayPal = oauth2.Endpoint {
151
157
AuthURL : "https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize" ,
@@ -218,12 +224,6 @@ var Zoom = oauth2.Endpoint{
218
224
TokenURL : "https://zoom.us/oauth/token" ,
219
225
}
220
226
221
- // Patreon is the endpoint for Patreon.
222
- var Patreon = oauth2.Endpoint {
223
- AuthURL : "https://www.patreon.com/oauth2/authorize" ,
224
- TokenURL : "https://www.patreon.com/api/oauth2/token" ,
225
- }
226
-
227
227
// AzureAD returns a new oauth2.Endpoint for the given tenant at Azure Active Directory.
228
228
// If tenant is empty, it uses the tenant called `common`.
229
229
//
You can’t perform that action at this time.
0 commit comments