File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dotnet/src/dotnetframework/GxClasses/Helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ public class HttpHelper
185185 { "oauth/queryaccesstoken" , "agamstsauthappvalidaccesstoken.aspx" } ,
186186 { "oauth/gam/v2.0/access_token" , "agamoauth20getaccesstoken_v20.aspx" } ,
187187 { "oauth/gam/v2.0/userinfo" , "agamoauth20getuserinfo_v20.aspx" } ,
188- { "oauth/gam/v2.0/requesttokenanduserinfo" , "agamssorequesttokenanduserinfo_v20 .aspx" } } ;
188+ { "oauth/gam/v2.0/requesttokenanduserinfo" , "agamssorestrequesttokenanduserinfo_v20 .aspx" } } ;
189189 internal static HashSet < string > GamServicesInternalName = new HashSet < string > ( GAMServices . Values . Select ( value => value . Replace ( ASPX , string . Empty ) ) ) ;
190190 internal const string QUERYVIEWER_NAMESPACE = "QueryViewer.Services" ;
191191 internal const string GXFLOW_NSPACE = "GXflow.Programs" ;
You can’t perform that action at this time.
0 commit comments