Skip to content

Commit

Permalink
ready for test
Browse files Browse the repository at this point in the history
  • Loading branch information
София Корватовская committed Jan 15, 2025
1 parent 0b439f4 commit ce85f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Diadoc/Api/auth/AuthenticateClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void authenticate(X509Certificate currentCert) throws DiadocSdkException
*/
@Deprecated
public void confirmAuthenticationByCertificate(X509Certificate currentCert, String token) throws DiadocSdkException {
confirmAuthenticationByCertificate(currentCert, token, null, null,null);
confirmAuthenticationByCertificate(currentCert, token, null, null, null);
}

public void confirmAuthenticationByCertificate(X509Certificate currentCert, String token, @Nullable String key, @Nullable String id, @Nullable Boolean saveBinding) throws DiadocSdkException {
Expand Down

0 comments on commit ce85f9d

Please sign in to comment.