Service for Authorize API operations.
Operations: list
Summary
Functions
@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 |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream all resources with lazy auto-pagination.