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