As documentation states
"Tokens are physical devices that can be built in to the system, located on attached hardware (like a smart card), or accessible through a network connection"
We'd like to make token that would acquire
TKTokenKeychainContents
(certificates) through network(without smart card reader).What's would be the best approach for this ?
What should we set for com.apple.ctk.token-type in Info.plist ?
The only possible value i found is "smartcard".
I have not found any documentation regarding other options.
The only extension target that Xcode gives is "Smart Card Token Extension"