<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKAddIdentityDocumentType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:@E@PKAddIdentityDocumentType"
  },
  "title" : "PKAddIdentityDocumentType"
}
-->

# PKAddIdentityDocumentType

Classifications that reflect the type of identity document.

```
enum PKAddIdentityDocumentType
```

## Topics

### Types of identity documents

[`case idCard`](/documentation/PassKit/PKAddIdentityDocumentType/idCard)

A generic pass that represents a person’s identification.

[`case mDL`](/documentation/PassKit/PKAddIdentityDocumentType/mDL)

A pass that represents a driver’s license or government-issued identification.

[`case photoID`](/documentation/PassKit/PKAddIdentityDocumentType/photoID)

A pass to use for personal identification.

### Initializers

[`init?(rawValue: Int)`](/documentation/PassKit/PKAddIdentityDocumentType/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)