---
title: isCallerManaged
framework: authenticationservices
role: symbol
role_heading: Instance Property
path: authenticationservices/asauthorizationproviderextensionauthorizationrequest/iscallermanaged
---

# isCallerManaged

A Boolean value that indicates whether the app making the request is managed.

## Declaration

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

## See Also

### Getting Context

- [callerBundleIdentifier](authenticationservices/asauthorizationproviderextensionauthorizationrequest/callerbundleidentifier.md)
- [callerTeamIdentifier](authenticationservices/asauthorizationproviderextensionauthorizationrequest/callerteamidentifier.md)
- [localizedCallerDisplayName](authenticationservices/asauthorizationproviderextensionauthorizationrequest/localizedcallerdisplayname.md)
- [extensionData](authenticationservices/asauthorizationproviderextensionauthorizationrequest/extensiondata.md)
