Contents

SFAuthorization

A class that allows you to restrict a user’s access to particular features in your Mac app or daemon.

Declaration

class SFAuthorization

Overview

The SFAuthorization class is an interface for some of the functions in the Authorization Services API. You can use the authorizationRef() method to obtain an authorization reference, used in other calls to Authorization Services functions. The Authorization Services API is documented in Authorization Services.

Topics

Allocating and initializing an authorization object

Obtaining an authorization reference

Authorizing rights

Preventing credentials from being shared

Initializers