Verifying a credential in-person with MATTR Pi Verifier SDKs
This guide provides a quick overview of how to use the MATTR mDocs Verifier SDKs to verify an mDoc presented in-person via a proximity presentation workflow as per ISO/IEC 18013-5:2021 .
Use these guides as a quick reference to get started. For detailed information, explore the linked tutorials and reference documentation tailored to each platform.
Using the iOS mDocs Verifier SDK to verify an mDoc presented in-person:
Core usage
Initialize the SDK
Add a trusted issuer certificate
try await mobileCredentialVerifier.addTrustedIssuerCertificates(certificates: [certificate])
certificate
: Pass the IACA certificate of an issuer your want your application to trust.
Create a presentation request
Create a proximity presentation session
Send a presentation request
Handle the presentation response
Additional Resources
Last updated on