PKIdentityRequest
An object that represents a request for identity information from a Wallet pass.
Declaration
class PKIdentityRequestMentioned in
Overview
A request consists of a PKIdentityDocumentDescriptor, a nonce, and a merchantIdentifier. A PKIdentityDocumentDescriptor describes the document an app requests.
You use a nonce to verify a request is only made once. It’s up to the app and its server to generate the nonce before making the request, and to verify the nonce when the server receives the response.
The merchantIdentifier maps to an identifier you configure in the developer portal. Payment and identitity requests share the same identifier, so it’s important that the name of the property matches the equivalent PKPaymentRequest, if necessary.