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

# authorizationViewCreatedAuthorization(_:)

Sent to the delegate to indicate the authorization object has been created or changed.

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

## Discussion

If you have saved a copy of the authorization object for your own purposes, you should discard it and call <doc://com.apple.documentation/documentation/SecurityInterface/SFAuthorizationView/authorization()> for a new authorization object.

---

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)