File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
webauthn-server-demo/src/main/scala/demo/webauthn/data Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import com .fasterxml .jackson .annotation .JsonIgnore ;
4
4
import com .fasterxml .jackson .annotation .JsonProperty ;
5
- import com .yubico .u2f .data .messages .json .JsonSerializable ;
6
5
import com .yubico .webauthn .data .RegistrationResult ;
7
6
import com .yubico .webauthn .data .UserIdentity ;
8
- import demo .webauthn .json .ScalaJackson ;
9
7
import java .time .Instant ;
10
8
import lombok .Builder ;
11
9
import lombok .Value ;
14
12
@ Value
15
13
@ Builder
16
14
@ Wither
17
- public class CredentialRegistration extends JsonSerializable {
15
+ public class CredentialRegistration {
18
16
19
17
long signatureCount ;
20
18
@@ -31,9 +29,4 @@ public String getRegistrationTimestamp() {
31
29
return registrationTime .toString ();
32
30
}
33
31
34
- @ Override
35
- public String toJson () {
36
- return toJson (new ScalaJackson ().get ());
37
- }
38
-
39
32
}
You can’t perform that action at this time.
0 commit comments