Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dropbox/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
class OAuth2FlowNoRedirectResult(object):
"""
Authorization information for an OAuth2Flow performed with no redirect.

Currently refresh_token and expiration are both beta features, if you are interested
in using them, please contact Dropbox support
"""

def __init__(self, access_token, account_id, user_id, refresh_token, expiration, scope):
Expand Down
4 changes: 0 additions & 4 deletions example/oauth/commandline-oauth-pkce.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
from dropbox import DropboxOAuth2FlowNoRedirect

'''
This example uses PKCE, a currently beta feature.
If you are interested in using this, please contact
Dropbox support

Populate your app key in order to run this locally
'''
APP_KEY = ""
Expand Down
4 changes: 0 additions & 4 deletions example/oauth/commandline-oauth-scopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
from dropbox import DropboxOAuth2FlowNoRedirect

'''
This example uses Scopes, a currently beta feature.
If you are interested in using this, please contact
Dropbox support

It goes through an example of requesting a starting scope,
and requesting more throughout the process
'''
Expand Down