module Google::Auth::ExternalAccount::BaseCredentials

def expires_at= new_expires_at

def expires_at= new_expires_at
  @expires_at = normalize_timestamp new_expires_at
end