We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61616fe commit 8bd6e63Copy full SHA for 8bd6e63
src/main/java/eu/webeid/security/authtoken/WebEidAuthToken.java
@@ -33,7 +33,6 @@ public class WebEidAuthToken {
33
private String signature;
34
private String algorithm;
35
private String format;
36
- private String challenge;
37
38
private String unverifiedSigningCertificate;
39
private List<SupportedSignatureAlgorithm> supportedSignatureAlgorithms;
@@ -70,14 +69,6 @@ public void setFormat(String format) {
70
69
this.format = format;
71
}
72
73
- public String getChallenge() {
74
- return challenge;
75
- }
76
-
77
- public void setChallenge(String challenge) {
78
- this.challenge = challenge;
79
80
81
public String getUnverifiedSigningCertificate() {
82
return unverifiedSigningCertificate;
83
0 commit comments