<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARKitSession/Event/authorizationChanged(type:status:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit0A7SessionC5EventO20authorizationChangedyAeC17AuthorizationTypeO_AC0F6StatusOtcAEmF"
  },
  "title" : "ARKitSession.Event.authorizationChanged(type:status:)"
}
-->

# ARKitSession.Event.authorizationChanged(type:status:)

An event that represents a change in authorization status for a specific authorization type.

```
case authorizationChanged(type: ARKitSession.AuthorizationType, status: ARKitSession.AuthorizationStatus)
```

## Parameters

`type`

The type of authorization status that changed.

`status`

The new state of authorization.

---

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)