---
title: authorizationStatus
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/surfacesnappinginfo/authorizationstatus-swift.type.property
---

# authorizationStatus

A value that represents whether the user has authorized providing more detailed information about the surface scenes are snapped to. To request this detailed surface information, in your Info.plist file, set UIWantsDetailedSurfaceInfo to YES and set NSWorldSensingUsageDescription to provide a description of why your app is requesting this information.

## Declaration

```swift
static var authorizationStatus: SurfaceSnappingInfo.AuthorizationStatus { get }
```
