Module: Fintecture::Api::Endpoints::Authentication

Defined in:
lib/fintecture/endpoints/authentication.rb

Constant Summary collapse

OAUTH_TOKEN_AUTHORIZE =
'/token/authorize'
OAUTH_ACCESS_TOKEN =
'/accesstoken'
OAUTH_REFRESH_TOKEN =
'/refreshtoken'