View Source ExBackblaze.Tokens.DownloadToken (ex_backblaze v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ExBackblaze.Tokens.DownloadToken{
  authorizationToken: String.t(),
  bucketId: String.t(),
  fileNamePrefix: String.t()
}