---
title: "authorizationViewReleasedAuthorization(_:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/authorizationviewreleasedauthorization(_:)"
---

# authorizationViewReleasedAuthorization(_:)

Sent to the delegate to indicate that deauthorization is about to occur.

## Declaration

```swift
func authorizationViewReleasedAuthorization(_ view: SFAuthorizationView!)
```

## Discussion

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).

## See Also

### Related Documentation

- [deauthorize(_:)](securityinterface/sfauthorizationview/deauthorize(_:).md)
