# `AzureStorage.Core.Account`
[🔗](https://github.com/csokun/ex_azure_storage/blob/v0.1.8/lib/azure_storage/core/account.ex#L1)

Azure Storage account details

# `t`
[🔗](https://github.com/csokun/ex_azure_storage/blob/v0.1.8/lib/azure_storage/core/account.ex#L8)

```elixir
@type t() :: %AzureStorage.Core.Account{key: String.t(), name: String.t()}
```

# `get`
[🔗](https://github.com/csokun/ex_azure_storage/blob/v0.1.8/lib/azure_storage/core/account.ex#L31)

# `new`
[🔗](https://github.com/csokun/ex_azure_storage/blob/v0.1.8/lib/azure_storage/core/account.ex#L17)

```elixir
@spec new(String.t(), String.t()) :: {:ok, t()} | {:error, String.t()}
```

Create new account struct and make sure account key is base64 decoded value.

---

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