SDK v0.1.0 Disconnected
Documentation โ†’

Policy Request

Policy Builder Code
// Fluent API Policy Builder
const policy = new BaseCredentialPolicy()
    .withState("<generated-uuid>")
    .withNonce("<generated-uuid>")
    .withCallback("https://yourapp.com/callback");

const response = await client.requestCredential(policy);
Activity Log
--:--:-- Ready. Select a credential type and generate a request.
Generate a request to see the QR code
Waiting
Verify Presentation

Paste an SD-JWT VP to verify it against the trust registry.