File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/DIRAC/FrameworkSystem/private/authorization Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ def generateProxyOrToken(
118
118
):
119
119
"""Generate proxy or tokens after authorization
120
120
121
- :param client: client object
122
- :param grant_type: unuse
121
+ :param client: instance of the IdP client
122
+ :param grant_type: authorization grant type (unused)
123
123
:param str user: user identificator
124
124
:param str scope: requested scope
125
- :param expires_in: unuse
126
- :param bool include_refresh_token: unuse
125
+ :param expires_in: when the token should expire (unused)
126
+ :param bool include_refresh_token: to include refresh token (unused)
127
127
128
128
:return: dict or str -- will return tokens as dict or proxy as string
129
129
"""
You can’t perform that action at this time.
0 commit comments