File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -619,6 +619,28 @@ <h2> Methods </h2>
619
619
| < a href ="./examples/collapsable-focused.html "> Example</ a >
620
620
</ td >
621
621
</ tr >
622
+
623
+ < tr >
624
+ < td class ="mono bold right "> setHttpUserNameAndPassword(securitySchemeId, username, password) </ td >
625
+ < td class ="gray " colspan ="2 ">
626
+ To programmatically provide username and password. < span class ='mono blue '> securitySchemeId</ span > should be a valid securityScheme which you have defined in the spec
627
+ </ td >
628
+ </ tr >
629
+ < tr >
630
+ < td class ="mono bold right "> setApiServer(apiServerUrl) </ td >
631
+ < td class ="gray " colspan ="2 ">
632
+ To programmatically set API Server. < span class ='mono blue '> apiServerUrl</ span > should be a valid server url which you have defined in the spec
633
+ </ td >
634
+ </ tr >
635
+ < tr >
636
+ < td class ="mono bold right "> scrollTo(path) </ td >
637
+ < td class ="gray " colspan ="2 ">
638
+ To programmatically provide username and password
639
+ </ td >
640
+ </ tr >
641
+
642
+
643
+
622
644
</ table >
623
645
</ div >
624
646
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ <h3>Programmatically Applying Security and Setting a API Server</h3>
100
100
< div style ="margin:32px 0 16px 0; color:#777; font-weight:bold ">
101
101
Below form is used for programmatically setting the API server
102
102
</ div >
103
+ < div > Use < span style ="font-family:'Roboto Mono' "> setApiServer(serverUrl)</ span > methode to set the API Server</ div >
103
104
< table >
104
105
< tr >
105
106
< td > API Server Url</ td >
You can’t perform that action at this time.
0 commit comments