Contents

items

A pointer to an array of authorization items.

Declaration

var items: UnsafeMutablePointer<AuthorizationItem>?

Discussion

If count is greater than 1, items points to the first item in an array of such items. You should set this parameter to NULL if there are no items.

Ensure that the array of items does not contain duplicates because it actually represents a set.