Method: ConfigurationService::Factory::Context#token

Defined in:
lib/configuration_service/factory/context.rb

#tokenObject

Authorization token for the identified configuration data



58
59
60
# File 'lib/configuration_service/factory/context.rb', line 58

def token
  @env[:token]
end