deauthorize(_:)
Sets the authorization state to unauthorized and locks the lock icon in the view.
Declaration
func deauthorize(_ inSender: Any!) -> BoolParameters
- inSender:
The authorization view to lock.
Discussion
If this method succeeds, it returns true; if it fails, the lock icon remains unlocked and the method returns false.