Realm pinning with notification tokens and realm objects

If you save a reference to a NotificationToken or a Realm Object instance does that cause realm to pin?

We have classes that live for the duration of the app and they happen to store realm Object instances and NotificationToken instances as properties. Will that cause realm to pin? Or does realm only pin if you save a Realm instance?