lib/fintecture/endpoints/authentication.rb in fintecture-0.5.1 vs lib/fintecture/endpoints/authentication.rb in fintecture-0.6.0

- old
+ new

@@ -1,13 +1,13 @@ -# frozen_string_literal: true - -module Fintecture - module Api - module Endpoints - module Authentication - OAUTH_TOKEN_AUTHORIZE = '/token/authorize' - OAUTH_ACCESS_TOKEN = '/accesstoken' - OAUTH_REFRESH_TOKEN = '/refreshtoken' - end - end - end -end +# frozen_string_literal: true + +module Fintecture + module Api + module Endpoints + module Authentication + OAUTH_TOKEN_AUTHORIZE = '/token/authorize' + OAUTH_ACCESS_TOKEN = '/accesstoken' + OAUTH_REFRESH_TOKEN = '/refreshtoken' + end + end + end +end