Pre-release 1.11.0-RC2
Pre-release
Pre-release
New features:
- Added methods
PublicKeyCredentialCreationOptions.toJson()
and.fromJson(String)
suitable for encoding to and decoding from JSON. - Added methods
AssertionRequest.toJson()
and.fromJson(String)
suitable for encoding to and decoding from JSON. - Added methods
StartAssertionOptions.builder().userHandle(ByteArray)
and.userHandle(Optional<ByteArray>)
as alternatives to.username(String)
and.username(Optional<String>)
. TheuserHandle
methods fill the same function as, and are mutually exclusive with, theusername
methods.
Fixes:
- Added and improved JavaDoc for required builder methods.
Artifacts built with openjdk 11.0.12 2021-07-20
.