Contents

AuthorizationAsyncCallback

A block used as a callback for the asynchronous version of copying authorization rights.

Declaration

typealias AuthorizationAsyncCallback = (OSStatus, UnsafeMutablePointer<AuthorizationRights>?) -> Void

Parameters

Discussion

Use a block of this type as the callback parameter to the AuthorizationCopyRightsAsync(_:_:_:_:_:) function.