authorizationViewShouldDeauthorize(_:)
Sent to the delegate when a user clicks the open lock icon.
Declaration
func authorizationViewShouldDeauthorize(_ view: SFAuthorizationView!) -> BoolDiscussion
The delegate can react to this before deauthorization happens and avoid it by returning NO. This delegate method is not called when you call the deauthorize(_:) method.