Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bw-seas
GlobusTransferHelper
Commits
7238fc60
Commit
7238fc60
authored
May 30, 2019
by
Roland Haas
Browse files
move comments
parent
a79dc5c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
globustransferhelper.py
View file @
7238fc60
...
...
@@ -28,11 +28,11 @@ class GlobusTransferHelper:
# TODO: move generic routines (for globus client) into base class
tclient
=
None
TIMEOUT
=
60
# this ID uniquely identifies the script to Globus together with the
# access token it lets the script act on the user's behalf
CLIENT_ID
=
'c87acef9-2bac-4743-90e8-2ae9e999ff29'
# TODO add globus magic strings as constants
def
__init__
(
self
):
# this ID uniquely identifies the script to Globus together with the
# access token it lets the script act on the user's behalf
REDIRECT_URI
=
'https://auth.globus.org/v2/web/auth-code'
SCOPES
=
'openid email profile '
\
'urn:globus:auth:scope:transfer.api.globus.org:all'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment