# `Twilio.Api.V2010.AuthorizedConnectAppService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/api/v2010/authorized_connect_app_service.ex#L2)

Authorized Twilio Connect apps

Operations: `list`, `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Api.V2010.AuthorizedConnectApp.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Fetch an instance of an authorized-connect-app

Operation: `FetchAuthorizedConnectApp` | Tags: Api20100401AuthorizedConnectApp

# `list`

```elixir
@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Retrieve a list of authorized-connect-apps belonging to the account used to make the request

Operation: `ListAuthorizedConnectApp` | Tags: Api20100401AuthorizedConnectApp

# `stream`

```elixir
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Retrieve a list of authorized-connect-apps belonging to the account used to make the request (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
