Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to access response object from the OpenID4VC issuer/verifier in the client #1965

Open
TimoGlastra opened this issue Jul 25, 2024 · 1 comment

Comments

@TimoGlastra
Copy link
Contributor

E.g. access custom headers, response properties, etc..

@TimoGlastra
Copy link
Contributor Author

E.g when calling the following method:

  await holder.agent.modules.openId4VcHolder.acceptCredentialOfferUsingPreAuthorizedCode(
    resolvedCredentialOffer,
    {
      credentialsToRequest: credentialsIdsToRequest,
      credentialBindingResolver: async () => ({
        method: 'did',
        didUrl: holder.verificationMethod.id
      })
    }
  )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant