Open pinzolo opened 1 year ago
Rename to TxAuthGenericArg from TxAuthGenericAlg.
TxAuthGenericArg
TxAuthGenericAlg
Looking at the spec, Web Authentication: An API for accessing Public Key Credentials Level 1 -> 10.3. Generic Transaction Authorization Extension (txAuthGeneric), I think TxAuthGenericAlg is simply typo.
Renamed with IntelliJ's refactoring feature.
Successfully renamed.
Since Alg is not included in the JSON property name, it has no effect on the external integration.
Alg
All committers have signed the CLA.
@pinzolo Thank you very much for your help. However, there is a conflict, so please check this part.
What is this PR for?
Rename to
TxAuthGenericArg
fromTxAuthGenericAlg
.Overview or reasons
Looking at the spec, Web Authentication: An API for accessing Public Key Credentials Level 1 -> 10.3. Generic Transaction Authorization Extension (txAuthGeneric), I think
TxAuthGenericAlg
is simply typo.Tasks
Renamed with IntelliJ's refactoring feature.
Result
Successfully renamed.
Since
Alg
is not included in the JSON property name, it has no effect on the external integration.