Method: App42::Command::UserToken#config_path

Defined in:
lib/app42/command/user_key.rb

#config_pathObject

Extract app42pass config dir path and remove from configuration file



56
57
58
# File 'lib/app42/command/user_key.rb', line 56

def config_path
  File.expand_path(App42::CONFIG_DIR)
end