firstResponder()
Returns the view that should get focus for keyboard events.
Declaration
func firstResponder() -> NSResponder!Discussion
The default return value of this method is nil. When the authorization plug-in calls this method, your subclass should return the view that should get the focus for keyboard events.