Skip to main content

Module issuance

Module issuance 

Expand description

L2 and L3 credential issuance.

Structs§

AutonomousL2Result
Result of creating an L2 Autonomous credential.
ImmediateL2Result
Result of creating an L2 Immediate credential.
L3CheckoutResult
Result of creating an L3 checkout credential.
L3PaymentResult
Result of creating an L3 payment credential.

Functions§

create_layer2_autonomous
Create an L2 Autonomous-mode credential with constraints and agent key binding.
create_layer2_immediate
Create an L2 Immediate-mode credential binding final checkout and payment values. The caller must provide the serialized L1 SD-JWT and the user’s signing key (the private key corresponding to L1 cnf.jwk).
create_layer3_checkout
Create an L3b checkout mandate signed by the agent’s key.
create_layer3_payment
Create an L3a payment mandate signed by the agent’s key.