Skip to content

Commit 5ef55be

Browse files
authored
Remove beta feature comments per GA (#211)
1 parent ebfa77d commit 5ef55be

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

dropbox/oauth.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
class OAuth2FlowNoRedirectResult(object):
4141
"""
4242
Authorization information for an OAuth2Flow performed with no redirect.
43-
44-
Currently refresh_token and expiration are both beta features, if you are interested
45-
in using them, please contact Dropbox support
4643
"""
4744

4845
def __init__(self, access_token, account_id, user_id, refresh_token, expiration, scope):

example/oauth/commandline-oauth-pkce.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
from dropbox import DropboxOAuth2FlowNoRedirect
55

66
'''
7-
This example uses PKCE, a currently beta feature.
8-
If you are interested in using this, please contact
9-
Dropbox support
10-
117
Populate your app key in order to run this locally
128
'''
139
APP_KEY = ""

example/oauth/commandline-oauth-scopes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
from dropbox import DropboxOAuth2FlowNoRedirect
55

66
'''
7-
This example uses Scopes, a currently beta feature.
8-
If you are interested in using this, please contact
9-
Dropbox support
10-
117
It goes through an example of requesting a starting scope,
128
and requesting more throughout the process
139
'''

0 commit comments

Comments
 (0)