<!--
{
  "availability" : [
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/authorizationViewReleasedAuthorization(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)authorizationViewReleasedAuthorization:"
  },
  "title" : "authorizationViewReleasedAuthorization(_:)"
}
-->

# authorizationViewReleasedAuthorization(_:)

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

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

## Discussion

This method is called after deauthorization has been approved (either you called the <doc://com.apple.documentation/documentation/SecurityInterface/SFAuthorizationView/deauthorize(_:)> method, or the user clicked an open lock icon and the [`authorizationViewShouldDeauthorize(_:)`](/documentation/ObjectiveC/NSObject-swift.class/authorizationViewShouldDeauthorize(_:)) delegate method did not cancel the operation), and before the user is deauthorized (that is, before the [`authorizationViewDidDeauthorize(_:)`](/documentation/ObjectiveC/NSObject-swift.class/authorizationViewDidDeauthorize(_:)) delegate method is called).

## See Also

  <doc://com.apple.documentation/documentation/SecurityInterface/SFAuthorizationView/deauthorize(_:)>



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)