We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9168ded commit 6fe88c7Copy full SHA for 6fe88c7
flask_jwt_extended/utils.py
@@ -136,7 +136,7 @@ def create_refresh_token(identity, expires_delta=None):
136
expiration. If this is None, it will use the
137
'JWT_REFRESH_TOKEN_EXPIRES` config value
138
(see :ref:`Configuration Options`)
139
- :return: An encoded access token
+ :return: An encoded refresh token
140
"""
141
jwt_manager = _get_jwt_manager()
142
return jwt_manager._create_refresh_token(identity, expires_delta)
0 commit comments