Twilio.Accounts.V1.AuthToken.SecondaryService (twilio_elixir v0.1.1)

Copy Markdown View Source

Secondary Auth Token

Operations: update, delete

Summary

Functions

Delete the secondary Auth Token from your account

Create a new secondary Auth Token

Functions

delete(client, opts \\ [])

@spec delete(
  Twilio.Client.t(),
  keyword()
) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}

Delete the secondary Auth Token from your account

Operation: DeleteSecondaryAuthToken | Tags: AccountsV1SecondaryAuthToken

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

@spec update(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Accounts.V1.AuthToken.Secondary.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Create a new secondary Auth Token

Operation: CreateSecondaryAuthToken | Tags: AccountsV1SecondaryAuthToken