---
title: isUserInterfaceEnabled
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationproviderextensionauthorizationrequest/isuserinterfaceenabled
---

# isUserInterfaceEnabled

Determines if user interface is available for the current request.

## Declaration

```swift
var isUserInterfaceEnabled: Bool { get }
```

## Discussion

Discussion If this value is false, then calls to presentAuthorizationViewController(completion:) fail and the system cancels the request.

## See Also

### Interacting with the User

- [presentAuthorizationViewController(completion:)](authenticationservices/asauthorizationproviderextensionauthorizationrequest/presentauthorizationviewcontroller(completion:).md)
