@@ -37,6 +37,8 @@ namespace Example
3737 // Configure HTTP basic authorization: Basic
3838 config .Username = " YOUR_USERNAME" ;
3939 config .Password = " YOUR_PASSWORD" ;
40+ // Configure OAuth2 access token for authorization: OAuth2
41+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
4042
4143 var apiInstance = new CallsApi (config );
4244 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -92,7 +94,7 @@ catch (ApiException e)
9294
9395### Authorization
9496
95- [ Basic] ( ../README.md#Basic )
97+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
9698
9799### HTTP request headers
98100
@@ -142,6 +144,8 @@ namespace Example
142144 // Configure HTTP basic authorization: Basic
143145 config .Username = " YOUR_USERNAME" ;
144146 config .Password = " YOUR_PASSWORD" ;
147+ // Configure OAuth2 access token for authorization: OAuth2
148+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
145149
146150 var apiInstance = new CallsApi (config );
147151 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -197,7 +201,7 @@ catch (ApiException e)
197201
198202### Authorization
199203
200- [ Basic] ( ../README.md#Basic )
204+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
201205
202206### HTTP request headers
203207
@@ -247,6 +251,8 @@ namespace Example
247251 // Configure HTTP basic authorization: Basic
248252 config .Username = " YOUR_USERNAME" ;
249253 config .Password = " YOUR_PASSWORD" ;
254+ // Configure OAuth2 access token for authorization: OAuth2
255+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
250256
251257 var apiInstance = new CallsApi (config );
252258 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -314,7 +320,7 @@ catch (ApiException e)
314320
315321### Authorization
316322
317- [ Basic] ( ../README.md#Basic )
323+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
318324
319325### HTTP request headers
320326
@@ -364,6 +370,8 @@ namespace Example
364370 // Configure HTTP basic authorization: Basic
365371 config .Username = " YOUR_USERNAME" ;
366372 config .Password = " YOUR_PASSWORD" ;
373+ // Configure OAuth2 access token for authorization: OAuth2
374+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
367375
368376 var apiInstance = new CallsApi (config );
369377 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -417,7 +425,7 @@ void (empty response body)
417425
418426### Authorization
419427
420- [ Basic] ( ../README.md#Basic )
428+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
421429
422430### HTTP request headers
423431
@@ -468,6 +476,8 @@ namespace Example
468476 // Configure HTTP basic authorization: Basic
469477 config .Username = " YOUR_USERNAME" ;
470478 config .Password = " YOUR_PASSWORD" ;
479+ // Configure OAuth2 access token for authorization: OAuth2
480+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
471481
472482 var apiInstance = new CallsApi (config );
473483 var accountId = 9900000 ; // string | Your Bandwidth Account ID.
@@ -524,7 +534,7 @@ void (empty response body)
524534
525535### Authorization
526536
527- [ Basic] ( ../README.md#Basic )
537+ [ Basic] ( ../README.md#Basic ) , [ OAuth2 ] ( ../README.md#OAuth2 )
528538
529539### HTTP request headers
530540
0 commit comments