# `Twilio.Oauth.V2.AuthorizeService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/oauth/v2/authorize_service.ex#L2)

Service for Authorize API operations.

Operations: `list`

# `list`

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

List Authorize resources.

Operation: `FetchOauth2Authorize` | Tags: OauthV2Authorize

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `response_type` | string |  |
| `client_id` | string |  |
| `redirect_uri` | string |  |
| `scope` | string |  |
| `state` | string |  |

# `stream`

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

Stream all resources with lazy auto-pagination.

---

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