Skip to content

Commit

Permalink
UserPromptTokenProvider public
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Jul 24, 2023
1 parent 88bfd66 commit c872422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class UserPromptTokenProvider extends PublicAppTokenProviderBase {

private final String usernameHint;

UserPromptTokenProvider(@NotNull String clusterUrl, @Nullable String usernameHint, String authorityId,
public UserPromptTokenProvider(@NotNull String clusterUrl, @Nullable String usernameHint, String authorityId,
@Nullable HttpClient httpClient) throws URISyntaxException {
super(clusterUrl, authorityId, httpClient);
this.usernameHint = usernameHint;
Expand Down

0 comments on commit c872422

Please sign in to comment.