# `Twilio.Resources.Accounts.V1.AuthToken.Secondary`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/accounts/v1/auth_token/secondary.ex#L2)

Secondary Auth Token

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `secondary_auth_token` | The generated secondary Auth Token that can be used to authenticate future API requests.. PII: sensitive |
| `url` | The URI for this resource, relative to `https://accounts.twilio.com`. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Accounts.V1.AuthToken.Secondary{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  secondary_auth_token: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
