class AzureBlob::EntraIdSigner

def authorization_header(uri:, verb:, headers: {})

def authorization_header(uri:, verb:, headers: {})
  "Bearer #{token}"
end