@googleapis/sasportal 4.2.1 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/v1alpha1.d.ts +308 -77
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1alpha1.ts +308 -77
package/build/v1alpha1.d.ts
CHANGED
|
@@ -751,7 +751,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
751
751
|
* async function main() {
|
|
752
752
|
* const auth = new google.auth.GoogleAuth({
|
|
753
753
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
754
|
-
* scopes: [
|
|
754
|
+
* scopes: [
|
|
755
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
756
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
757
|
+
* ],
|
|
755
758
|
* });
|
|
756
759
|
*
|
|
757
760
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -809,7 +812,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
809
812
|
* async function main() {
|
|
810
813
|
* const auth = new google.auth.GoogleAuth({
|
|
811
814
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
812
|
-
* scopes: [
|
|
815
|
+
* scopes: [
|
|
816
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
817
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
818
|
+
* ],
|
|
813
819
|
* });
|
|
814
820
|
*
|
|
815
821
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -868,7 +874,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
868
874
|
* async function main() {
|
|
869
875
|
* const auth = new google.auth.GoogleAuth({
|
|
870
876
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
871
|
-
* scopes: [
|
|
877
|
+
* scopes: [
|
|
878
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
879
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
880
|
+
* ],
|
|
872
881
|
* });
|
|
873
882
|
*
|
|
874
883
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -973,7 +982,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
973
982
|
* async function main() {
|
|
974
983
|
* const auth = new google.auth.GoogleAuth({
|
|
975
984
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
976
|
-
* scopes: [
|
|
985
|
+
* scopes: [
|
|
986
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
987
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
988
|
+
* ],
|
|
977
989
|
* });
|
|
978
990
|
*
|
|
979
991
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1043,7 +1055,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1043
1055
|
* async function main() {
|
|
1044
1056
|
* const auth = new google.auth.GoogleAuth({
|
|
1045
1057
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1046
|
-
* scopes: [
|
|
1058
|
+
* scopes: [
|
|
1059
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1060
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1061
|
+
* ],
|
|
1047
1062
|
* });
|
|
1048
1063
|
*
|
|
1049
1064
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1097,7 +1112,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1097
1112
|
* async function main() {
|
|
1098
1113
|
* const auth = new google.auth.GoogleAuth({
|
|
1099
1114
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1100
|
-
* scopes: [
|
|
1115
|
+
* scopes: [
|
|
1116
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1117
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1118
|
+
* ],
|
|
1101
1119
|
* });
|
|
1102
1120
|
*
|
|
1103
1121
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1156,7 +1174,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1156
1174
|
* async function main() {
|
|
1157
1175
|
* const auth = new google.auth.GoogleAuth({
|
|
1158
1176
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1159
|
-
* scopes: [
|
|
1177
|
+
* scopes: [
|
|
1178
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1179
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1180
|
+
* ],
|
|
1160
1181
|
* });
|
|
1161
1182
|
*
|
|
1162
1183
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1219,7 +1240,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1219
1240
|
* async function main() {
|
|
1220
1241
|
* const auth = new google.auth.GoogleAuth({
|
|
1221
1242
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1222
|
-
* scopes: [
|
|
1243
|
+
* scopes: [
|
|
1244
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1245
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1246
|
+
* ],
|
|
1223
1247
|
* });
|
|
1224
1248
|
*
|
|
1225
1249
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1287,7 +1311,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1287
1311
|
* async function main() {
|
|
1288
1312
|
* const auth = new google.auth.GoogleAuth({
|
|
1289
1313
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1290
|
-
* scopes: [
|
|
1314
|
+
* scopes: [
|
|
1315
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1316
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1317
|
+
* ],
|
|
1291
1318
|
* });
|
|
1292
1319
|
*
|
|
1293
1320
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1427,7 +1454,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1427
1454
|
* async function main() {
|
|
1428
1455
|
* const auth = new google.auth.GoogleAuth({
|
|
1429
1456
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1430
|
-
* scopes: [
|
|
1457
|
+
* scopes: [
|
|
1458
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1459
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1460
|
+
* ],
|
|
1431
1461
|
* });
|
|
1432
1462
|
*
|
|
1433
1463
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1511,7 +1541,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1511
1541
|
* async function main() {
|
|
1512
1542
|
* const auth = new google.auth.GoogleAuth({
|
|
1513
1543
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1514
|
-
* scopes: [
|
|
1544
|
+
* scopes: [
|
|
1545
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1546
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1547
|
+
* ],
|
|
1515
1548
|
* });
|
|
1516
1549
|
*
|
|
1517
1550
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1586,7 +1619,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1586
1619
|
* async function main() {
|
|
1587
1620
|
* const auth = new google.auth.GoogleAuth({
|
|
1588
1621
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1589
|
-
* scopes: [
|
|
1622
|
+
* scopes: [
|
|
1623
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1624
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1625
|
+
* ],
|
|
1590
1626
|
* });
|
|
1591
1627
|
*
|
|
1592
1628
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1691,7 +1727,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1691
1727
|
* async function main() {
|
|
1692
1728
|
* const auth = new google.auth.GoogleAuth({
|
|
1693
1729
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1694
|
-
* scopes: [
|
|
1730
|
+
* scopes: [
|
|
1731
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1732
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1733
|
+
* ],
|
|
1695
1734
|
* });
|
|
1696
1735
|
*
|
|
1697
1736
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1775,7 +1814,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1775
1814
|
* async function main() {
|
|
1776
1815
|
* const auth = new google.auth.GoogleAuth({
|
|
1777
1816
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1778
|
-
* scopes: [
|
|
1817
|
+
* scopes: [
|
|
1818
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1819
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1820
|
+
* ],
|
|
1779
1821
|
* });
|
|
1780
1822
|
*
|
|
1781
1823
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1850,7 +1892,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1850
1892
|
* async function main() {
|
|
1851
1893
|
* const auth = new google.auth.GoogleAuth({
|
|
1852
1894
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1853
|
-
* scopes: [
|
|
1895
|
+
* scopes: [
|
|
1896
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1897
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1898
|
+
* ],
|
|
1854
1899
|
* });
|
|
1855
1900
|
*
|
|
1856
1901
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1904,7 +1949,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1904
1949
|
* async function main() {
|
|
1905
1950
|
* const auth = new google.auth.GoogleAuth({
|
|
1906
1951
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1907
|
-
* scopes: [
|
|
1952
|
+
* scopes: [
|
|
1953
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1954
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1955
|
+
* ],
|
|
1908
1956
|
* });
|
|
1909
1957
|
*
|
|
1910
1958
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1970,7 +2018,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
1970
2018
|
* async function main() {
|
|
1971
2019
|
* const auth = new google.auth.GoogleAuth({
|
|
1972
2020
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1973
|
-
* scopes: [
|
|
2021
|
+
* scopes: [
|
|
2022
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2023
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2024
|
+
* ],
|
|
1974
2025
|
* });
|
|
1975
2026
|
*
|
|
1976
2027
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2033,7 +2084,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2033
2084
|
* async function main() {
|
|
2034
2085
|
* const auth = new google.auth.GoogleAuth({
|
|
2035
2086
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2036
|
-
* scopes: [
|
|
2087
|
+
* scopes: [
|
|
2088
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2089
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2090
|
+
* ],
|
|
2037
2091
|
* });
|
|
2038
2092
|
*
|
|
2039
2093
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2101,7 +2155,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2101
2155
|
* async function main() {
|
|
2102
2156
|
* const auth = new google.auth.GoogleAuth({
|
|
2103
2157
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2104
|
-
* scopes: [
|
|
2158
|
+
* scopes: [
|
|
2159
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2160
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2161
|
+
* ],
|
|
2105
2162
|
* });
|
|
2106
2163
|
*
|
|
2107
2164
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2187,7 +2244,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2187
2244
|
* async function main() {
|
|
2188
2245
|
* const auth = new google.auth.GoogleAuth({
|
|
2189
2246
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2190
|
-
* scopes: [
|
|
2247
|
+
* scopes: [
|
|
2248
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2249
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2250
|
+
* ],
|
|
2191
2251
|
* });
|
|
2192
2252
|
*
|
|
2193
2253
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2249,7 +2309,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2249
2309
|
* async function main() {
|
|
2250
2310
|
* const auth = new google.auth.GoogleAuth({
|
|
2251
2311
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2252
|
-
* scopes: [
|
|
2312
|
+
* scopes: [
|
|
2313
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2314
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2315
|
+
* ],
|
|
2253
2316
|
* });
|
|
2254
2317
|
*
|
|
2255
2318
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2425,7 +2488,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2425
2488
|
* async function main() {
|
|
2426
2489
|
* const auth = new google.auth.GoogleAuth({
|
|
2427
2490
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2428
|
-
* scopes: [
|
|
2491
|
+
* scopes: [
|
|
2492
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2493
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2494
|
+
* ],
|
|
2429
2495
|
* });
|
|
2430
2496
|
*
|
|
2431
2497
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2493,7 +2559,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2493
2559
|
* async function main() {
|
|
2494
2560
|
* const auth = new google.auth.GoogleAuth({
|
|
2495
2561
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2496
|
-
* scopes: [
|
|
2562
|
+
* scopes: [
|
|
2563
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2564
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2565
|
+
* ],
|
|
2497
2566
|
* });
|
|
2498
2567
|
*
|
|
2499
2568
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2547,7 +2616,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2547
2616
|
* async function main() {
|
|
2548
2617
|
* const auth = new google.auth.GoogleAuth({
|
|
2549
2618
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2550
|
-
* scopes: [
|
|
2619
|
+
* scopes: [
|
|
2620
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2621
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2622
|
+
* ],
|
|
2551
2623
|
* });
|
|
2552
2624
|
*
|
|
2553
2625
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2605,7 +2677,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2605
2677
|
* async function main() {
|
|
2606
2678
|
* const auth = new google.auth.GoogleAuth({
|
|
2607
2679
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2608
|
-
* scopes: [
|
|
2680
|
+
* scopes: [
|
|
2681
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2682
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2683
|
+
* ],
|
|
2609
2684
|
* });
|
|
2610
2685
|
*
|
|
2611
2686
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2668,7 +2743,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2668
2743
|
* async function main() {
|
|
2669
2744
|
* const auth = new google.auth.GoogleAuth({
|
|
2670
2745
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2671
|
-
* scopes: [
|
|
2746
|
+
* scopes: [
|
|
2747
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2748
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2749
|
+
* ],
|
|
2672
2750
|
* });
|
|
2673
2751
|
*
|
|
2674
2752
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2736,7 +2814,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2736
2814
|
* async function main() {
|
|
2737
2815
|
* const auth = new google.auth.GoogleAuth({
|
|
2738
2816
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2739
|
-
* scopes: [
|
|
2817
|
+
* scopes: [
|
|
2818
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2819
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2820
|
+
* ],
|
|
2740
2821
|
* });
|
|
2741
2822
|
*
|
|
2742
2823
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2874,7 +2955,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2874
2955
|
* async function main() {
|
|
2875
2956
|
* const auth = new google.auth.GoogleAuth({
|
|
2876
2957
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2877
|
-
* scopes: [
|
|
2958
|
+
* scopes: [
|
|
2959
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2960
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2961
|
+
* ],
|
|
2878
2962
|
* });
|
|
2879
2963
|
*
|
|
2880
2964
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2944,7 +3028,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
2944
3028
|
* async function main() {
|
|
2945
3029
|
* const auth = new google.auth.GoogleAuth({
|
|
2946
3030
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2947
|
-
* scopes: [
|
|
3031
|
+
* scopes: [
|
|
3032
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3033
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3034
|
+
* ],
|
|
2948
3035
|
* });
|
|
2949
3036
|
*
|
|
2950
3037
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3039,7 +3126,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3039
3126
|
* async function main() {
|
|
3040
3127
|
* const auth = new google.auth.GoogleAuth({
|
|
3041
3128
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3042
|
-
* scopes: [
|
|
3129
|
+
* scopes: [
|
|
3130
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3131
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3132
|
+
* ],
|
|
3043
3133
|
* });
|
|
3044
3134
|
*
|
|
3045
3135
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3123,7 +3213,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3123
3213
|
* async function main() {
|
|
3124
3214
|
* const auth = new google.auth.GoogleAuth({
|
|
3125
3215
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3126
|
-
* scopes: [
|
|
3216
|
+
* scopes: [
|
|
3217
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3218
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3219
|
+
* ],
|
|
3127
3220
|
* });
|
|
3128
3221
|
*
|
|
3129
3222
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3198,7 +3291,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3198
3291
|
* async function main() {
|
|
3199
3292
|
* const auth = new google.auth.GoogleAuth({
|
|
3200
3293
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3201
|
-
* scopes: [
|
|
3294
|
+
* scopes: [
|
|
3295
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3296
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3297
|
+
* ],
|
|
3202
3298
|
* });
|
|
3203
3299
|
*
|
|
3204
3300
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3303,7 +3399,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3303
3399
|
* async function main() {
|
|
3304
3400
|
* const auth = new google.auth.GoogleAuth({
|
|
3305
3401
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3306
|
-
* scopes: [
|
|
3402
|
+
* scopes: [
|
|
3403
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3404
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3405
|
+
* ],
|
|
3307
3406
|
* });
|
|
3308
3407
|
*
|
|
3309
3408
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3371,7 +3470,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3371
3470
|
* async function main() {
|
|
3372
3471
|
* const auth = new google.auth.GoogleAuth({
|
|
3373
3472
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3374
|
-
* scopes: [
|
|
3473
|
+
* scopes: [
|
|
3474
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3475
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3476
|
+
* ],
|
|
3375
3477
|
* });
|
|
3376
3478
|
*
|
|
3377
3479
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3467,7 +3569,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3467
3569
|
* async function main() {
|
|
3468
3570
|
* const auth = new google.auth.GoogleAuth({
|
|
3469
3571
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3470
|
-
* scopes: [
|
|
3572
|
+
* scopes: [
|
|
3573
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3574
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3575
|
+
* ],
|
|
3471
3576
|
* });
|
|
3472
3577
|
*
|
|
3473
3578
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3536,7 +3641,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3536
3641
|
* async function main() {
|
|
3537
3642
|
* const auth = new google.auth.GoogleAuth({
|
|
3538
3643
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3539
|
-
* scopes: [
|
|
3644
|
+
* scopes: [
|
|
3645
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3646
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3647
|
+
* ],
|
|
3540
3648
|
* });
|
|
3541
3649
|
*
|
|
3542
3650
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3590,7 +3698,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3590
3698
|
* async function main() {
|
|
3591
3699
|
* const auth = new google.auth.GoogleAuth({
|
|
3592
3700
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3593
|
-
* scopes: [
|
|
3701
|
+
* scopes: [
|
|
3702
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3703
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3704
|
+
* ],
|
|
3594
3705
|
* });
|
|
3595
3706
|
*
|
|
3596
3707
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3656,7 +3767,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3656
3767
|
* async function main() {
|
|
3657
3768
|
* const auth = new google.auth.GoogleAuth({
|
|
3658
3769
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3659
|
-
* scopes: [
|
|
3770
|
+
* scopes: [
|
|
3771
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3772
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3773
|
+
* ],
|
|
3660
3774
|
* });
|
|
3661
3775
|
*
|
|
3662
3776
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3724,7 +3838,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3724
3838
|
* async function main() {
|
|
3725
3839
|
* const auth = new google.auth.GoogleAuth({
|
|
3726
3840
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3727
|
-
* scopes: [
|
|
3841
|
+
* scopes: [
|
|
3842
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3843
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3844
|
+
* ],
|
|
3728
3845
|
* });
|
|
3729
3846
|
*
|
|
3730
3847
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3810,7 +3927,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3810
3927
|
* async function main() {
|
|
3811
3928
|
* const auth = new google.auth.GoogleAuth({
|
|
3812
3929
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3813
|
-
* scopes: [
|
|
3930
|
+
* scopes: [
|
|
3931
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3932
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3933
|
+
* ],
|
|
3814
3934
|
* });
|
|
3815
3935
|
*
|
|
3816
3936
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3872,7 +3992,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
3872
3992
|
* async function main() {
|
|
3873
3993
|
* const auth = new google.auth.GoogleAuth({
|
|
3874
3994
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3875
|
-
* scopes: [
|
|
3995
|
+
* scopes: [
|
|
3996
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3997
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3998
|
+
* ],
|
|
3876
3999
|
* });
|
|
3877
4000
|
*
|
|
3878
4001
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4007,7 +4130,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4007
4130
|
* async function main() {
|
|
4008
4131
|
* const auth = new google.auth.GoogleAuth({
|
|
4009
4132
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4010
|
-
* scopes: [
|
|
4133
|
+
* scopes: [
|
|
4134
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4135
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4136
|
+
* ],
|
|
4011
4137
|
* });
|
|
4012
4138
|
*
|
|
4013
4139
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4066,7 +4192,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4066
4192
|
* async function main() {
|
|
4067
4193
|
* const auth = new google.auth.GoogleAuth({
|
|
4068
4194
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4069
|
-
* scopes: [
|
|
4195
|
+
* scopes: [
|
|
4196
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4197
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4198
|
+
* ],
|
|
4070
4199
|
* });
|
|
4071
4200
|
*
|
|
4072
4201
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4146,7 +4275,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4146
4275
|
* async function main() {
|
|
4147
4276
|
* const auth = new google.auth.GoogleAuth({
|
|
4148
4277
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4149
|
-
* scopes: [
|
|
4278
|
+
* scopes: [
|
|
4279
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4280
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4281
|
+
* ],
|
|
4150
4282
|
* });
|
|
4151
4283
|
*
|
|
4152
4284
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4215,7 +4347,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4215
4347
|
* async function main() {
|
|
4216
4348
|
* const auth = new google.auth.GoogleAuth({
|
|
4217
4349
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4218
|
-
* scopes: [
|
|
4350
|
+
* scopes: [
|
|
4351
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4352
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4353
|
+
* ],
|
|
4219
4354
|
* });
|
|
4220
4355
|
*
|
|
4221
4356
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4269,7 +4404,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4269
4404
|
* async function main() {
|
|
4270
4405
|
* const auth = new google.auth.GoogleAuth({
|
|
4271
4406
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4272
|
-
* scopes: [
|
|
4407
|
+
* scopes: [
|
|
4408
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4409
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4410
|
+
* ],
|
|
4273
4411
|
* });
|
|
4274
4412
|
*
|
|
4275
4413
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4328,7 +4466,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4328
4466
|
* async function main() {
|
|
4329
4467
|
* const auth = new google.auth.GoogleAuth({
|
|
4330
4468
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4331
|
-
* scopes: [
|
|
4469
|
+
* scopes: [
|
|
4470
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4471
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4472
|
+
* ],
|
|
4332
4473
|
* });
|
|
4333
4474
|
*
|
|
4334
4475
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4391,7 +4532,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4391
4532
|
* async function main() {
|
|
4392
4533
|
* const auth = new google.auth.GoogleAuth({
|
|
4393
4534
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4394
|
-
* scopes: [
|
|
4535
|
+
* scopes: [
|
|
4536
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4537
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4538
|
+
* ],
|
|
4395
4539
|
* });
|
|
4396
4540
|
*
|
|
4397
4541
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4459,7 +4603,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4459
4603
|
* async function main() {
|
|
4460
4604
|
* const auth = new google.auth.GoogleAuth({
|
|
4461
4605
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4462
|
-
* scopes: [
|
|
4606
|
+
* scopes: [
|
|
4607
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4608
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4609
|
+
* ],
|
|
4463
4610
|
* });
|
|
4464
4611
|
*
|
|
4465
4612
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4589,7 +4736,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4589
4736
|
* async function main() {
|
|
4590
4737
|
* const auth = new google.auth.GoogleAuth({
|
|
4591
4738
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4592
|
-
* scopes: [
|
|
4739
|
+
* scopes: [
|
|
4740
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4741
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4742
|
+
* ],
|
|
4593
4743
|
* });
|
|
4594
4744
|
*
|
|
4595
4745
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4673,7 +4823,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4673
4823
|
* async function main() {
|
|
4674
4824
|
* const auth = new google.auth.GoogleAuth({
|
|
4675
4825
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4676
|
-
* scopes: [
|
|
4826
|
+
* scopes: [
|
|
4827
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4828
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4829
|
+
* ],
|
|
4677
4830
|
* });
|
|
4678
4831
|
*
|
|
4679
4832
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4748,7 +4901,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4748
4901
|
* async function main() {
|
|
4749
4902
|
* const auth = new google.auth.GoogleAuth({
|
|
4750
4903
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4751
|
-
* scopes: [
|
|
4904
|
+
* scopes: [
|
|
4905
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4906
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4907
|
+
* ],
|
|
4752
4908
|
* });
|
|
4753
4909
|
*
|
|
4754
4910
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4853,7 +5009,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4853
5009
|
* async function main() {
|
|
4854
5010
|
* const auth = new google.auth.GoogleAuth({
|
|
4855
5011
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4856
|
-
* scopes: [
|
|
5012
|
+
* scopes: [
|
|
5013
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5014
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5015
|
+
* ],
|
|
4857
5016
|
* });
|
|
4858
5017
|
*
|
|
4859
5018
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4937,7 +5096,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
4937
5096
|
* async function main() {
|
|
4938
5097
|
* const auth = new google.auth.GoogleAuth({
|
|
4939
5098
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4940
|
-
* scopes: [
|
|
5099
|
+
* scopes: [
|
|
5100
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5101
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5102
|
+
* ],
|
|
4941
5103
|
* });
|
|
4942
5104
|
*
|
|
4943
5105
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5012,7 +5174,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5012
5174
|
* async function main() {
|
|
5013
5175
|
* const auth = new google.auth.GoogleAuth({
|
|
5014
5176
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5015
|
-
* scopes: [
|
|
5177
|
+
* scopes: [
|
|
5178
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5179
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5180
|
+
* ],
|
|
5016
5181
|
* });
|
|
5017
5182
|
*
|
|
5018
5183
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5066,7 +5231,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5066
5231
|
* async function main() {
|
|
5067
5232
|
* const auth = new google.auth.GoogleAuth({
|
|
5068
5233
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5069
|
-
* scopes: [
|
|
5234
|
+
* scopes: [
|
|
5235
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5236
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5237
|
+
* ],
|
|
5070
5238
|
* });
|
|
5071
5239
|
*
|
|
5072
5240
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5132,7 +5300,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5132
5300
|
* async function main() {
|
|
5133
5301
|
* const auth = new google.auth.GoogleAuth({
|
|
5134
5302
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5135
|
-
* scopes: [
|
|
5303
|
+
* scopes: [
|
|
5304
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5305
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5306
|
+
* ],
|
|
5136
5307
|
* });
|
|
5137
5308
|
*
|
|
5138
5309
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5195,7 +5366,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5195
5366
|
* async function main() {
|
|
5196
5367
|
* const auth = new google.auth.GoogleAuth({
|
|
5197
5368
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5198
|
-
* scopes: [
|
|
5369
|
+
* scopes: [
|
|
5370
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5371
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5372
|
+
* ],
|
|
5199
5373
|
* });
|
|
5200
5374
|
*
|
|
5201
5375
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5263,7 +5437,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5263
5437
|
* async function main() {
|
|
5264
5438
|
* const auth = new google.auth.GoogleAuth({
|
|
5265
5439
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5266
|
-
* scopes: [
|
|
5440
|
+
* scopes: [
|
|
5441
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5442
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5443
|
+
* ],
|
|
5267
5444
|
* });
|
|
5268
5445
|
*
|
|
5269
5446
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5349,7 +5526,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5349
5526
|
* async function main() {
|
|
5350
5527
|
* const auth = new google.auth.GoogleAuth({
|
|
5351
5528
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5352
|
-
* scopes: [
|
|
5529
|
+
* scopes: [
|
|
5530
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5531
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5532
|
+
* ],
|
|
5353
5533
|
* });
|
|
5354
5534
|
*
|
|
5355
5535
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5411,7 +5591,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5411
5591
|
* async function main() {
|
|
5412
5592
|
* const auth = new google.auth.GoogleAuth({
|
|
5413
5593
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5414
|
-
* scopes: [
|
|
5594
|
+
* scopes: [
|
|
5595
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5596
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5597
|
+
* ],
|
|
5415
5598
|
* });
|
|
5416
5599
|
*
|
|
5417
5600
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5587,7 +5770,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5587
5770
|
* async function main() {
|
|
5588
5771
|
* const auth = new google.auth.GoogleAuth({
|
|
5589
5772
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5590
|
-
* scopes: [
|
|
5773
|
+
* scopes: [
|
|
5774
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5775
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5776
|
+
* ],
|
|
5591
5777
|
* });
|
|
5592
5778
|
*
|
|
5593
5779
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5655,7 +5841,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5655
5841
|
* async function main() {
|
|
5656
5842
|
* const auth = new google.auth.GoogleAuth({
|
|
5657
5843
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5658
|
-
* scopes: [
|
|
5844
|
+
* scopes: [
|
|
5845
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5846
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5847
|
+
* ],
|
|
5659
5848
|
* });
|
|
5660
5849
|
*
|
|
5661
5850
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5709,7 +5898,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5709
5898
|
* async function main() {
|
|
5710
5899
|
* const auth = new google.auth.GoogleAuth({
|
|
5711
5900
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5712
|
-
* scopes: [
|
|
5901
|
+
* scopes: [
|
|
5902
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5903
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5904
|
+
* ],
|
|
5713
5905
|
* });
|
|
5714
5906
|
*
|
|
5715
5907
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5767,7 +5959,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5767
5959
|
* async function main() {
|
|
5768
5960
|
* const auth = new google.auth.GoogleAuth({
|
|
5769
5961
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5770
|
-
* scopes: [
|
|
5962
|
+
* scopes: [
|
|
5963
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5964
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5965
|
+
* ],
|
|
5771
5966
|
* });
|
|
5772
5967
|
*
|
|
5773
5968
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5830,7 +6025,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5830
6025
|
* async function main() {
|
|
5831
6026
|
* const auth = new google.auth.GoogleAuth({
|
|
5832
6027
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5833
|
-
* scopes: [
|
|
6028
|
+
* scopes: [
|
|
6029
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6030
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6031
|
+
* ],
|
|
5834
6032
|
* });
|
|
5835
6033
|
*
|
|
5836
6034
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5898,7 +6096,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
5898
6096
|
* async function main() {
|
|
5899
6097
|
* const auth = new google.auth.GoogleAuth({
|
|
5900
6098
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5901
|
-
* scopes: [
|
|
6099
|
+
* scopes: [
|
|
6100
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6101
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6102
|
+
* ],
|
|
5902
6103
|
* });
|
|
5903
6104
|
*
|
|
5904
6105
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6036,7 +6237,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6036
6237
|
* async function main() {
|
|
6037
6238
|
* const auth = new google.auth.GoogleAuth({
|
|
6038
6239
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6039
|
-
* scopes: [
|
|
6240
|
+
* scopes: [
|
|
6241
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6242
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6243
|
+
* ],
|
|
6040
6244
|
* });
|
|
6041
6245
|
*
|
|
6042
6246
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6106,7 +6310,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6106
6310
|
* async function main() {
|
|
6107
6311
|
* const auth = new google.auth.GoogleAuth({
|
|
6108
6312
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6109
|
-
* scopes: [
|
|
6313
|
+
* scopes: [
|
|
6314
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6315
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6316
|
+
* ],
|
|
6110
6317
|
* });
|
|
6111
6318
|
*
|
|
6112
6319
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6201,7 +6408,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6201
6408
|
* async function main() {
|
|
6202
6409
|
* const auth = new google.auth.GoogleAuth({
|
|
6203
6410
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6204
|
-
* scopes: [
|
|
6411
|
+
* scopes: [
|
|
6412
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6413
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6414
|
+
* ],
|
|
6205
6415
|
* });
|
|
6206
6416
|
*
|
|
6207
6417
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6285,7 +6495,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6285
6495
|
* async function main() {
|
|
6286
6496
|
* const auth = new google.auth.GoogleAuth({
|
|
6287
6497
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6288
|
-
* scopes: [
|
|
6498
|
+
* scopes: [
|
|
6499
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6500
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6501
|
+
* ],
|
|
6289
6502
|
* });
|
|
6290
6503
|
*
|
|
6291
6504
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6360,7 +6573,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6360
6573
|
* async function main() {
|
|
6361
6574
|
* const auth = new google.auth.GoogleAuth({
|
|
6362
6575
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6363
|
-
* scopes: [
|
|
6576
|
+
* scopes: [
|
|
6577
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6578
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6579
|
+
* ],
|
|
6364
6580
|
* });
|
|
6365
6581
|
*
|
|
6366
6582
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6465,7 +6681,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6465
6681
|
* async function main() {
|
|
6466
6682
|
* const auth = new google.auth.GoogleAuth({
|
|
6467
6683
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6468
|
-
* scopes: [
|
|
6684
|
+
* scopes: [
|
|
6685
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6686
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6687
|
+
* ],
|
|
6469
6688
|
* });
|
|
6470
6689
|
*
|
|
6471
6690
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6533,7 +6752,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6533
6752
|
* async function main() {
|
|
6534
6753
|
* const auth = new google.auth.GoogleAuth({
|
|
6535
6754
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6536
|
-
* scopes: [
|
|
6755
|
+
* scopes: [
|
|
6756
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6757
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6758
|
+
* ],
|
|
6537
6759
|
* });
|
|
6538
6760
|
*
|
|
6539
6761
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6628,7 +6850,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6628
6850
|
* async function main() {
|
|
6629
6851
|
* const auth = new google.auth.GoogleAuth({
|
|
6630
6852
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6631
|
-
* scopes: [
|
|
6853
|
+
* scopes: [
|
|
6854
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6855
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6856
|
+
* ],
|
|
6632
6857
|
* });
|
|
6633
6858
|
*
|
|
6634
6859
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6690,7 +6915,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6690
6915
|
* async function main() {
|
|
6691
6916
|
* const auth = new google.auth.GoogleAuth({
|
|
6692
6917
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6693
|
-
* scopes: [
|
|
6918
|
+
* scopes: [
|
|
6919
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6920
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6921
|
+
* ],
|
|
6694
6922
|
* });
|
|
6695
6923
|
*
|
|
6696
6924
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6754,7 +6982,10 @@ export declare namespace sasportal_v1alpha1 {
|
|
|
6754
6982
|
* async function main() {
|
|
6755
6983
|
* const auth = new google.auth.GoogleAuth({
|
|
6756
6984
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6757
|
-
* scopes: [
|
|
6985
|
+
* scopes: [
|
|
6986
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6987
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6988
|
+
* ],
|
|
6758
6989
|
* });
|
|
6759
6990
|
*
|
|
6760
6991
|
* // Acquire an auth client, and bind it to all future calls
|