We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c813b commit 314ee5bCopy full SHA for 314ee5b
endpoints/endpoints.go
@@ -146,6 +146,12 @@ var Odnoklassniki = oauth2.Endpoint{
146
TokenURL: "https://api.odnoklassniki.ru/oauth/token.do",
147
}
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
+
155
// PayPal is the endpoint for PayPal.
156
var PayPal = oauth2.Endpoint{
157
AuthURL: "https://www.paypal.com/webapps/auth/protocol/openidconnect/v1/authorize",
0 commit comments