# `Twilio.Iam.Organizations.AuthorizeService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/iam/organizations/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: `FetchAuthorize` | Tags: OauthV1Authorize

## Query Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `response_type` | string | Response Type |
| `client_id` | string | The Client Identifier |
| `redirect_uri` | string | The url to which response will be redirected to |
| `scope` | string | The scope of the access request |
| `state` | string | An opaque value which can be used to maintain state between the request and callback |

# `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*
