Closed jmcabrera closed 1 month ago
Add more specific methods to handle SessionTranscripts:
.usingSessionTranscriptForWebAPI
.usingSessionTranscriptForOID4VP
.usingSessionTranscriptBytes
Deprecates .usingHandover, in favor of .usingSessionTranscriptBytesForOID4VP which is more detailed as to its accepted input.
.usingHandover
.usingSessionTranscriptBytesForOID4VP
:tada: This PR is included in version 1.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Add more specific methods to handle SessionTranscripts:
.usingSessionTranscriptForWebAPI
, which uses the transcript as defined in ISO 18013-7 Annex A, 2023 draft.usingSessionTranscriptForOID4VP
, which uses the transcript as defined in ISO 18013-7 Annex B, 2023 draft.usingSessionTranscriptBytes
, which accepts any arbitrary session transcript, for other casesDeprecates
.usingHandover
, in favor of.usingSessionTranscriptBytesForOID4VP
which is more detailed as to its accepted input.