Skip to content
Open
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
2 changes: 1 addition & 1 deletion dspace_rest_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ def update_token(self, r):

def get_short_lived_token(self):
"""
Get a short-lived (2 min) token in order to request restricted bitstream downloads
Get a short-lived (2 sec) token in order to request restricted bitstream downloads
@return: short lived Authorization token
"""
if not self.session:
Expand Down