@@ -37,6 +37,8 @@ namespace Example
3737 {
3838 Configuration config = new Configuration ();
3939 config .BasePath = " /essbase/rest/v1" ;
40+ // Configure OAuth2 access token for authorization: OAuth2
41+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
4042 // Configure HTTP basic authorization: basicAuth
4143 config .Username = " YOUR_USERNAME" ;
4244 config .Password = " YOUR_PASSWORD" ;
@@ -91,7 +93,7 @@ void (empty response body)
9193
9294### Authorization
9395
94- [ basicAuth] ( ../README.md#basicAuth )
96+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
9597
9698### HTTP request headers
9799
@@ -131,6 +133,8 @@ namespace Example
131133 {
132134 Configuration config = new Configuration ();
133135 config .BasePath = " /essbase/rest/v1" ;
136+ // Configure OAuth2 access token for authorization: OAuth2
137+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
134138 // Configure HTTP basic authorization: basicAuth
135139 config .Username = " YOUR_USERNAME" ;
136140 config .Password = " YOUR_PASSWORD" ;
@@ -185,7 +189,7 @@ void (empty response body)
185189
186190### Authorization
187191
188- [ basicAuth] ( ../README.md#basicAuth )
192+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
189193
190194### HTTP request headers
191195
@@ -225,6 +229,8 @@ namespace Example
225229 {
226230 Configuration config = new Configuration ();
227231 config .BasePath = " /essbase/rest/v1" ;
232+ // Configure OAuth2 access token for authorization: OAuth2
233+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
228234 // Configure HTTP basic authorization: basicAuth
229235 config .Username = " YOUR_USERNAME" ;
230236 config .Password = " YOUR_PASSWORD" ;
@@ -285,7 +291,7 @@ catch (ApiException e)
285291
286292### Authorization
287293
288- [ basicAuth] ( ../README.md#basicAuth )
294+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
289295
290296### HTTP request headers
291297
@@ -325,6 +331,8 @@ namespace Example
325331 {
326332 Configuration config = new Configuration ();
327333 config .BasePath = " /essbase/rest/v1" ;
334+ // Configure OAuth2 access token for authorization: OAuth2
335+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
328336 // Configure HTTP basic authorization: basicAuth
329337 config .Username = " YOUR_USERNAME" ;
330338 config .Password = " YOUR_PASSWORD" ;
@@ -391,7 +399,7 @@ catch (ApiException e)
391399
392400### Authorization
393401
394- [ basicAuth] ( ../README.md#basicAuth )
402+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
395403
396404### HTTP request headers
397405
@@ -431,6 +439,8 @@ namespace Example
431439 {
432440 Configuration config = new Configuration ();
433441 config .BasePath = " /essbase/rest/v1" ;
442+ // Configure OAuth2 access token for authorization: OAuth2
443+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
434444 // Configure HTTP basic authorization: basicAuth
435445 config .Username = " YOUR_USERNAME" ;
436446 config .Password = " YOUR_PASSWORD" ;
@@ -485,7 +495,7 @@ void (empty response body)
485495
486496### Authorization
487497
488- [ basicAuth] ( ../README.md#basicAuth )
498+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
489499
490500### HTTP request headers
491501
@@ -525,6 +535,8 @@ namespace Example
525535 {
526536 Configuration config = new Configuration ();
527537 config .BasePath = " /essbase/rest/v1" ;
538+ // Configure OAuth2 access token for authorization: OAuth2
539+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
528540 // Configure HTTP basic authorization: basicAuth
529541 config .Username = " YOUR_USERNAME" ;
530542 config .Password = " YOUR_PASSWORD" ;
@@ -579,7 +591,7 @@ void (empty response body)
579591
580592### Authorization
581593
582- [ basicAuth] ( ../README.md#basicAuth )
594+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
583595
584596### HTTP request headers
585597
@@ -619,6 +631,8 @@ namespace Example
619631 {
620632 Configuration config = new Configuration ();
621633 config .BasePath = " /essbase/rest/v1" ;
634+ // Configure OAuth2 access token for authorization: OAuth2
635+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
622636 // Configure HTTP basic authorization: basicAuth
623637 config .Username = " YOUR_USERNAME" ;
624638 config .Password = " YOUR_PASSWORD" ;
@@ -679,7 +693,7 @@ catch (ApiException e)
679693
680694### Authorization
681695
682- [ basicAuth] ( ../README.md#basicAuth )
696+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
683697
684698### HTTP request headers
685699
@@ -719,6 +733,8 @@ namespace Example
719733 {
720734 Configuration config = new Configuration ();
721735 config .BasePath = " /essbase/rest/v1" ;
736+ // Configure OAuth2 access token for authorization: OAuth2
737+ config .AccessToken = " YOUR_ACCESS_TOKEN" ;
722738 // Configure HTTP basic authorization: basicAuth
723739 config .Username = " YOUR_USERNAME" ;
724740 config .Password = " YOUR_PASSWORD" ;
@@ -777,7 +793,7 @@ catch (ApiException e)
777793
778794### Authorization
779795
780- [ basicAuth] ( ../README.md#basicAuth )
796+ [ OAuth2 ] ( ../README.md#OAuth2 ) , [ basicAuth] ( ../README.md#basicAuth )
781797
782798### HTTP request headers
783799
0 commit comments