Sha256: 02f4f5869dfb5f96d984a58ebdd856f7298bf0ac055c388502f0e7d8e6bce30f

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

# 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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fintecture-0.6.2 lib/fintecture/endpoints/authentication.rb
fintecture-0.6.1 lib/fintecture/endpoints/authentication.rb
fintecture-0.6.0 lib/fintecture/endpoints/authentication.rb
fintecture-0.4.0 lib/fintecture/endpoints/authentication.rb