init(count:items:)
Initializes an authorization item set with the given items.
Declaration
init(count: UInt32, items: UnsafeMutablePointer<AuthorizationItem>?)Parameters
- count:
The number of items in the
itemsarray. - items:
A pointer to the first authorization item in an array of items.