* Addition of XOAUTH2 support for Yahoo!, and update in documentation.
[alpine.git] / alpine / xoauth2.h
blobe889078ac1f1d1c55cf8d67bd38ae844d29059db
1 /*
2 * ========================================================================
3 * Copyright 2018 Eduardo Chappa
4 * Copyright 2006-2009 University of Washington
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * ========================================================================
15 #ifndef ALPINE_XOAUTH2_INCLUDED
16 #define ALPINE_XOAUTH2_INCLUDED
18 #define GMAIL_NAME "Gmail"
19 #define GMAIL_ID "624395471329-0qee3goofj7kbl7hsukou3rqq0igntv1.apps.googleusercontent.com"
20 #define GMAIL_SECRET "vwnqVJQrJZpR6JilCfAN5nY7"
21 #define GMAIL_TENANT NULL
23 #define OUTLOOK_NAME "Outlook"
24 #define OUTLOOK_ID "f21dcaf2-8020-469b-8135-343bfc35d046"
25 #define OUTLOOK_SECRET "Tk-DAcEi13-FeSsY_Ja4Y.-MyL66I.wIPt"
26 #define OUTLOOK_TENANT "common"
28 #define YANDEX_NAME "Yandex"
29 #define YANDEX_ID "393578fee26f47858023cf59681882a7"
30 #define YANDEX_SECRET "7304c4993583498f8ab63e2f21ad6960"
31 #define YANDEX_TENANT NULL
33 #define YAHOO_NAME "Yahoo!"
34 #define YAHOO_ID "dj0yJmk9RTdyZEQ2TWxGMzV6JmQ9WVdrOWVrTllZbGgyV2tjbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PTli"
35 #define YAHOO_SECRET "3a8b12d51c09b0a5c0733c36d04cd3c69e33baef"
36 #define YAHOO_TENANT NULL
38 #endif /* ALPINE_XOAUTH2_INCLUDED */