class AzureBlob::UserDelegationKey

def expired?

def expired?
  expiration.nil? || Time.now >= (expiration - EXPIRATION_BUFFER)
end