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

# authorizationViewCreatedAuthorization(_:)

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

## Declaration

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

## Discussion

Discussion If you have saved a copy of the authorization object for your own purposes, you should discard it and call authorization() for a new authorization object.
