File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 30943094 return new RAML . Client . AuthStrategies . Oauth2 ( scheme , credentials ) ;
30953095 case 'OAuth 1.0' :
30963096 return new RAML . Client . AuthStrategies . Oauth1 ( scheme , credentials ) ;
3097+ case 'Pass Through' :
3098+ return RAML . Client . AuthStrategies . anonymous ( ) ;
30973099 case 'x-custom' :
30983100 return RAML . Client . AuthStrategies . anonymous ( ) ;
30993101 case 'Anonymous' :
Original file line number Diff line number Diff line change 1414 return new RAML . Client . AuthStrategies . Oauth2 ( scheme , credentials ) ;
1515 case 'OAuth 1.0' :
1616 return new RAML . Client . AuthStrategies . Oauth1 ( scheme , credentials ) ;
17+ case 'Pass Through' :
18+ return RAML . Client . AuthStrategies . anonymous ( ) ;
1719 case 'x-custom' :
1820 return RAML . Client . AuthStrategies . anonymous ( ) ;
1921 case 'Anonymous' :
You can’t perform that action at this time.
0 commit comments