init(data:)
Creates an ownership token from data.
Declaration
init?(data: Data)Parameters
- data:
Data to be sent to the accessory to prove ownership.
Discussion
Obtain token data by negotiating with an accessory outside of HomeKit. You typically obtain token data for an accessory that you manufacture.
Token creation can fail if the data doesn’t represent a valid ownership token.