32 33 34 35
# File 'lib/pcloud/client.rb', line 32 def authenticate(options = {}) @auth_token = authorize(options)['auth'] self end