SFAuthorizationPluginView
Allows authorization plug-in developers to create a custom view their plug-in can display.
Declaration
class SFAuthorizationPluginViewOverview
If you’re developing an authorization plug-in, you can subclass the SFAuthorizationPluginView class to create views that provide a custom user interface for your plug-in. By subclassing the SFAuthorizationPluginView class, you avoid changing or duplicating the Apple-provided authentication or login window dialogs to display your custom view.
To instantiate your SFAuthorizationPluginView subclass, you need the callbacks structure containing entry points to the Security Server that you receive in your plug-in’s AuthorizationPluginCreate function and the authorization engine handle you receive in your plug-in’s MechanismCreate function.
Your custom subclass of SFAuthorizationPluginView must override the following methods: