@@ -41,6 +41,8 @@ namespace Example
4141 // Configure HTTP basic authorization: Basic
4242 config .Username = " YOUR_USERNAME" ;
4343 config .Password = " YOUR_PASSWORD" ;
44+ // Configure OAuth2 access token for authorization: OAuth2
45+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
4446
4547 var apiInstance = new ConferencesApi (config );
4648 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -98,7 +100,7 @@ catch (ApiException e)
98100
99101### Authorization
100102
101- [ Basic] ( ../README.md#Basic )
103+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
102104
103105### HTTP request headers
104106
@@ -148,6 +150,8 @@ namespace Example
148150 // Configure HTTP basic authorization: Basic
149151 config .Username = " YOUR_USERNAME" ;
150152 config .Password = " YOUR_PASSWORD" ;
153+ // Configure OAuth2 access token for authorization: OAuth2
154+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
151155
152156 var apiInstance = new ConferencesApi (config );
153157 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -203,7 +207,7 @@ catch (ApiException e)
203207
204208### Authorization
205209
206- [ Basic] ( ../README.md#Basic )
210+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
207211
208212### HTTP request headers
209213
@@ -253,6 +257,8 @@ namespace Example
253257 // Configure HTTP basic authorization: Basic
254258 config .Username = " YOUR_USERNAME" ;
255259 config .Password = " YOUR_PASSWORD" ;
260+ // Configure OAuth2 access token for authorization: OAuth2
261+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
256262
257263 var apiInstance = new ConferencesApi (config );
258264 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -310,7 +316,7 @@ catch (ApiException e)
310316
311317### Authorization
312318
313- [ Basic] ( ../README.md#Basic )
319+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
314320
315321### HTTP request headers
316322
@@ -360,6 +366,8 @@ namespace Example
360366 // Configure HTTP basic authorization: Basic
361367 config .Username = " YOUR_USERNAME" ;
362368 config .Password = " YOUR_PASSWORD" ;
369+ // Configure OAuth2 access token for authorization: OAuth2
370+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
363371
364372 var apiInstance = new ConferencesApi (config );
365373 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -417,7 +425,7 @@ catch (ApiException e)
417425
418426### Authorization
419427
420- [ Basic] ( ../README.md#Basic )
428+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
421429
422430### HTTP request headers
423431
@@ -467,6 +475,8 @@ namespace Example
467475 // Configure HTTP basic authorization: Basic
468476 config .Username = " YOUR_USERNAME" ;
469477 config .Password = " YOUR_PASSWORD" ;
478+ // Configure OAuth2 access token for authorization: OAuth2
479+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
470480
471481 var apiInstance = new ConferencesApi (config );
472482 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -522,7 +532,7 @@ catch (ApiException e)
522532
523533### Authorization
524534
525- [ Basic] ( ../README.md#Basic )
535+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
526536
527537### HTTP request headers
528538
@@ -572,6 +582,8 @@ namespace Example
572582 // Configure HTTP basic authorization: Basic
573583 config .Username = " YOUR_USERNAME" ;
574584 config .Password = " YOUR_PASSWORD" ;
585+ // Configure OAuth2 access token for authorization: OAuth2
586+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
575587
576588 var apiInstance = new ConferencesApi (config );
577589 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -635,7 +647,7 @@ catch (ApiException e)
635647
636648### Authorization
637649
638- [ Basic] ( ../README.md#Basic )
650+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
639651
640652### HTTP request headers
641653
@@ -685,6 +697,8 @@ namespace Example
685697 // Configure HTTP basic authorization: Basic
686698 config .Username = " YOUR_USERNAME" ;
687699 config .Password = " YOUR_PASSWORD" ;
700+ // Configure OAuth2 access token for authorization: OAuth2
701+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
688702
689703 var apiInstance = new ConferencesApi (config );
690704 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -738,7 +752,7 @@ void (empty response body)
738752
739753### Authorization
740754
741- [ Basic] ( ../README.md#Basic )
755+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
742756
743757### HTTP request headers
744758
@@ -788,6 +802,8 @@ namespace Example
788802 // Configure HTTP basic authorization: Basic
789803 config .Username = " YOUR_USERNAME" ;
790804 config .Password = " YOUR_PASSWORD" ;
805+ // Configure OAuth2 access token for authorization: OAuth2
806+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
791807
792808 var apiInstance = new ConferencesApi (config );
793809 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -844,7 +860,7 @@ void (empty response body)
844860
845861### Authorization
846862
847- [ Basic] ( ../README.md#Basic )
863+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
848864
849865### HTTP request headers
850866
@@ -894,6 +910,8 @@ namespace Example
894910 // Configure HTTP basic authorization: Basic
895911 config .Username = " YOUR_USERNAME" ;
896912 config .Password = " YOUR_PASSWORD" ;
913+ // Configure OAuth2 access token for authorization: OAuth2
914+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
897915
898916 var apiInstance = new ConferencesApi (config );
899917 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -949,7 +967,7 @@ void (empty response body)
949967
950968### Authorization
951969
952- [ Basic] ( ../README.md#Basic )
970+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
953971
954972### HTTP request headers
955973
0 commit comments