* clear out some warnings by gcc 9.3.1.
[alpine.git] / alpine / xoauth2.h
blob0a17a22247ef96267fcdf1503c8188b9181bafc1
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 #endif /* ALPINE_XOAUTH2_INCLUDED */