Skip to content

Commit

Permalink
Update java client for PSK (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jun 21, 2023
1 parent 46cea12 commit 44e22b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public String toAuthenticationTypeAndValue() {
return "io.deephaven.authentication.mtls.MTlsAuthenticationHandler";
}
if (psk != null) {
return "psk " + psk;
return "io.deephaven.authentication.psk.PskAuthenticationHandler " + psk;
}
if (explicit != null) {
return explicit;
Expand Down

0 comments on commit 44e22b1

Please sign in to comment.