authorizationViewReleasedAuthorization(_:)
Sent to the delegate to indicate that deauthorization is about to occur.
Declaration
func authorizationViewReleasedAuthorization(_ view: SFAuthorizationView!)Discussion
This method is called after deauthorization has been approved (either you called the deauthorize(_:) method, or the user clicked an open lock icon and the authorizationViewShouldDeauthorize(_:) delegate method did not cancel the operation), and before the user is deauthorized (that is, before the authorizationViewDidDeauthorize(_:) delegate method is called).