Configuration management for the Twilio SDK.
Reads from application environment and supports per-client overrides.
Summary
Functions
Get the configured account SID.
Get the configured auth token.
Get the configured edge.
Get a config value.
Get the configured max retries (default: 0).
Get the configured region.
Functions
@spec account_sid() :: String.t() | nil
Get the configured account SID.
@spec auth_token() :: String.t() | nil
Get the configured auth token.
@spec edge() :: String.t() | nil
Get the configured edge.
Get a config value.
@spec max_retries() :: non_neg_integer()
Get the configured max retries (default: 0).
@spec region() :: String.t() | nil
Get the configured region.