@@ -61,7 +61,6 @@ public class SupportedCtapOptions {
61
61
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
62
62
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
63
63
*/
64
- @ JsonAlias ("uvToken" )
65
64
boolean pinUvAuthToken ;
66
65
67
66
/**
@@ -114,7 +113,6 @@ public class SupportedCtapOptions {
114
113
* href="https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#authenticatorGetInfo">Client
115
114
* to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)</a>
116
115
*/
117
- @ JsonAlias ("config" )
118
116
boolean authnrCfg ;
119
117
120
118
/**
@@ -168,14 +166,14 @@ private SupportedCtapOptions(
168
166
@ JsonProperty ("clientPin" ) Boolean clientPin ,
169
167
@ JsonProperty ("up" ) Boolean up ,
170
168
@ JsonProperty ("uv" ) Boolean uv ,
171
- @ JsonProperty ("pinUvAuthToken" ) Boolean pinUvAuthToken ,
169
+ @ JsonAlias ( "uvToken" ) @ JsonProperty ("pinUvAuthToken" ) Boolean pinUvAuthToken ,
172
170
@ JsonProperty ("noMcGaPermissionsWithClientPin" ) Boolean noMcGaPermissionsWithClientPin ,
173
171
@ JsonProperty ("largeBlobs" ) Boolean largeBlobs ,
174
172
@ JsonProperty ("ep" ) Boolean ep ,
175
173
@ JsonProperty ("bioEnroll" ) Boolean bioEnroll ,
176
174
@ JsonProperty ("userVerificationMgmtPreview" ) Boolean userVerificationMgmtPreview ,
177
175
@ JsonProperty ("uvBioEnroll" ) Boolean uvBioEnroll ,
178
- @ JsonProperty ("authnrCfg" ) Boolean authnrCfg ,
176
+ @ JsonAlias ( "config" ) @ JsonProperty ("authnrCfg" ) Boolean authnrCfg ,
179
177
@ JsonProperty ("uvAcfg" ) Boolean uvAcfg ,
180
178
@ JsonProperty ("credMgmt" ) Boolean credMgmt ,
181
179
@ JsonProperty ("credentialMgmtPreview" ) Boolean credentialMgmtPreview ,
0 commit comments