Method: Ruboty::YMCrawl::DropboxManager#get_access_token

Defined in:
lib/ruboty/ymcrawl/dropbox.rb

#get_access_token(auth_code) ⇒ Object



39
40
41
# File 'lib/ruboty/ymcrawl/dropbox.rb', line 39

def get_access_token(auth_code)
          @web_auth.finish(auth_code)[0]
end