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

Link to this section Summary

Link to this section Types

@type t() :: %ExBackblaze.Tokens.Token{
  absoluteMinimumPartSize: integer(),
  accountId: String.t(),
  allowed: map(),
  apiUrl: String.t(),
  authorizationToken: String.t(),
  downloadUrl: String.t(),
  recommendedPartSize: integer(),
  s3ApiUrl: String.t()
}