How to access wallet in IOS app

I want to access driving license or state ID document from apple wallet in my application. I want the document to verify the user. Can you please guide me how to do that?

You first need to create an entitlement in your app to access the passes.

Then you can proceed readingt the pass as described here:

https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/Apps.html

.

I want the document to verify the user

Could you explain what type of verification ?

How to access wallet in IOS app
 
 
Q