Twilio.Oauth.V2.AuthorizeService (twilio_elixir v0.1.1)

Copy Markdown View Source

Service for Authorize API operations.

Operations: list

Summary

Functions

List Authorize resources.

Stream all resources with lazy auto-pagination.

Functions

list(client, params \\ %{}, opts \\ [])

@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

ParameterTypeDescription
response_typestring
client_idstring
redirect_uristring
scopestring
statestring

stream(client, params \\ %{}, opts \\ [])

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

Stream all resources with lazy auto-pagination.