Class: IntuitOAuth::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/intuit-oauth/constants.rb

Constant Summary collapse

DISCOVERY_URL_SANDBOX =
'https://developer.intuit.com/.well-known/openid_sandbox_configuration/'
DISCOVERY_URL_PROD =
'https://developer.intuit.com/.well-known/openid_configuration/'
MIGRATION_URL_SANDBOX =
'https://developer-sandbox.api.intuit.com/v2/oauth2/tokens/migrate'
MIGRATION_URL_PROD =
'https://developer.api.intuit.com/v2/oauth2/tokens/migrate'