AzureSDK.Identity.SASCredential (Azure SDK v0.1.0)

Copy Markdown View Source

Shared Access Signature (SAS) credential.

Accepts either a full SAS token (sv=...&sig=...) or a map of query parameters.

Summary

Functions

Creates a SAS credential from a token string or parameter map.

Types

t()

@type t() :: %AzureSDK.Identity.SASCredential{
  params: %{required(String.t()) => String.t()}
}

Functions

new(token)

@spec new(String.t() | map()) :: t()

Creates a SAS credential from a token string or parameter map.