Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
e51df0e1
Commit
e51df0e1
authored
Mar 03, 2020
by
Spencer Sutton
Browse files
Bearer token update
parent
e237757f
Changes
1
Hide whitespace changes
Inline
Side-by-side
osdu_api/provider/aws/entitlements_client.py
View file @
e51df0e1
...
...
@@ -30,4 +30,4 @@ def get_bearer_token():
}
)
return
response
[
'AuthenticationResult'
][
'AccessToken'
]
\ No newline at end of file
return
'Bearer '
+
response
[
'AuthenticationResult'
][
'AccessToken'
]
\ No newline at end of file
Write
Preview
Supports
Markdown
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