---
title: authorizedRoutes
framework: avrouting
role: symbol
role_heading: Instance Property
path: avrouting/avcustomroutingcontroller/authorizedroutes
---

# authorizedRoutes

A list of authorized routes.

## Declaration

```swift
var authorizedRoutes: [AVCustomDeviceRoute] { get }
```

## Discussion

Discussion After a user activates a route, it remains authorized for a certain amount of time even if the connection to the route is temporarily unavailable. Your app may reactivate any one of these routes when appropriate, but it needs to inform the system by calling setActive(_:for:).

## See Also

### Managing authorization

- [authorizedRoutesDidChange](avrouting/avcustomroutingcontroller/authorizedroutesdidchange.md)
- [invalidateAuthorization(for:)](avrouting/avcustomroutingcontroller/invalidateauthorization(for:).md)
