---
title: PKPushCredentials
framework: pushkit
role: symbol
role_heading: Class
path: pushkit/pkpushcredentials
---

# PKPushCredentials

An object that encapsulates the device token you use to deliver push notifications to your app.

## Declaration

```swift
class PKPushCredentials
```

## Mentioned in

Supporting PushKit Notifications in Your App

## Overview

Overview When registering your app’s push types, PushKit creates a PKPushCredentials object for each type your app supports and delivers it to your delegate’s pushRegistry(_:didUpdate:for:) method. Don’t create PKPushCredentials objects yourself.

## Topics

### Getting the Token

- [token](pushkit/pkpushcredentials/token.md)
- [type](pushkit/pkpushcredentials/type.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Registration

- [Supporting PushKit Notifications in Your App](pushkit/supporting-pushkit-notifications-in-your-app.md)
- [PKPushRegistry](pushkit/pkpushregistry.md)
- [PKPushRegistryDelegate](pushkit/pkpushregistrydelegate.md)
