# frozen_string_literal: true module OmniAuth module Strategies class AzureOauth2 include OmniAuth::Strategy end end end