* New version 2.26
[alpine.git] / alpine / xoauth2.h
blob585a6b233246faefc2ea531b723946e7012e2364
1 /*
2 * ========================================================================
3 * Copyright 2018-2022 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 AUTHORIZE_FLOW "Authorize"
19 #define DEVICE_FLOW "Device"
21 #define GMAIL_NAME (unsigned char *) "Gmail"
22 #define GMAIL_ID "624395471329-0qee3goofj7kbl7hsukou3rqq0igntv1.apps.googleusercontent.com"
23 #define GMAIL_SECRET "vwnqVJQrJZpR6JilCfAN5nY7"
24 #define GMAIL_TENANT NULL
25 #define GMAIL_FLAGS (OA2_AUTHORIZE)
27 #define OUTLOOK_NAME (unsigned char *) "Outlook"
28 #define OUTLOOK_ID "f21dcaf2-8020-469b-8135-343bfc35d046"
29 #define OUTLOOK_SECRET "Tk-DAcEi13-FeSsY_Ja4Y.-MyL66I.wIPt"
30 #define OUTLOOK_TENANT "common"
31 #define OUTLOOK_FLAGS (OA2_DEVICE)
33 #define YANDEX_NAME (unsigned char *) "Yandex"
34 #define YANDEX_ID "393578fee26f47858023cf59681882a7"
35 #define YANDEX_SECRET "7304c4993583498f8ab63e2f21ad6960"
36 #define YANDEX_TENANT NULL
37 #define YANDEX_FLAGS (OA2_AUTHORIZE)
39 #define YAHOO_NAME (unsigned char *) "Yahoo!"
40 #define YAHOO_ID "dj0yJmk9RTdyZEQ2TWxGMzV6JmQ9WVdrOWVrTllZbGgyV2tjbWNHbzlNQT09JnM9Y29uc3VtZXJzZWNyZXQmc3Y9MCZ4PTli"
41 #define YAHOO_SECRET "3a8b12d51c09b0a5c0733c36d04cd3c69e33baef"
42 #define YAHOO_TENANT NULL
43 #define YAHOO_FLAGS (OA2_AUTHORIZE)
45 #endif /* ALPINE_XOAUTH2_INCLUDED */