Skip to content

Commit 8bd6e63

Browse files
NFC-46 Remove challenge from WebEidAuthToken
1 parent 61616fe commit 8bd6e63

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/eu/webeid/security/authtoken/WebEidAuthToken.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class WebEidAuthToken {
3333
private String signature;
3434
private String algorithm;
3535
private String format;
36-
private String challenge;
3736

3837
private String unverifiedSigningCertificate;
3938
private List<SupportedSignatureAlgorithm> supportedSignatureAlgorithms;
@@ -70,14 +69,6 @@ public void setFormat(String format) {
7069
this.format = format;
7170
}
7271

73-
public String getChallenge() {
74-
return challenge;
75-
}
76-
77-
public void setChallenge(String challenge) {
78-
this.challenge = challenge;
79-
}
80-
8172
public String getUnverifiedSigningCertificate() {
8273
return unverifiedSigningCertificate;
8374
}

0 commit comments

Comments
 (0)