---
title: sourceProcessAuditToken
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefilterflow/sourceprocessaudittoken
---

# sourceProcessAuditToken

The audit token of the process that created the flow.

## Declaration

```swift
var sourceProcessAuditToken: Data? { get }
```

## Discussion

Discussion In cases where a system process creates the connection on behalf of a source app, this value is different from sourceAppAuditToken. In cases where the source app directly creates the connection, these values are identical.

## See Also

### Source app identification

- [sourceAppUniqueIdentifier](networkextension/nefilterflow/sourceappuniqueidentifier.md)
- [sourceAppIdentifier](networkextension/nefilterflow/sourceappidentifier.md)
- [sourceAppVersion](networkextension/nefilterflow/sourceappversion.md)
- [sourceAppAuditToken](networkextension/nefilterflow/sourceappaudittoken.md)
