Method: DropboxApi::Authenticator#get_token
- Defined in:
- lib/dropbox_api/authenticator.rb
#get_token(oauth_code) ⇒ Object
16 17 18 |
# File 'lib/dropbox_api/authenticator.rb', line 16 def get_token(oauth_code) @oauth_client.auth_code.get_token oauth_code end |