Skip to content

Commit

Permalink
Fix HttpAuthSchemeParameters codegen (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan authored Oct 10, 2023
1 parent 4f07221 commit 0080492
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public HttpAuthSchemeProviderGenerator(
this.serviceShape = settings.getService(model);
this.serviceSymbol = symbolProvider.toSymbol(serviceShape);
this.serviceName = CodegenUtils.getServiceName(settings, model, symbolProvider);
this.httpAuthSchemeParameters =
AuthUtils.collectHttpAuthSchemeParameters(authIndex.getSupportedHttpAuthSchemes().values());
this.httpAuthSchemeParameters = AuthUtils.collectHttpAuthSchemeParameters(
AuthUtils.getAllEffectiveNoAuthAwareAuthSchemes(serviceShape, serviceIndex, authIndex).values());
}

@Override
Expand Down

0 comments on commit 0080492

Please sign in to comment.