From 183c1d41c6076b171fcd0aa4ecb40558937d661b Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Wed, 11 Sep 2024 15:31:41 +0200 Subject: [PATCH] fix(IAMService): doc: sort param as in signature --- src/DIRAC/Core/Security/IAMService.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DIRAC/Core/Security/IAMService.py b/src/DIRAC/Core/Security/IAMService.py index 4ad712223f8..3fc634af3f9 100644 --- a/src/DIRAC/Core/Security/IAMService.py +++ b/src/DIRAC/Core/Security/IAMService.py @@ -23,8 +23,8 @@ class IAMService: def __init__(self, access_token, vo=None, forceNickname=False): """c'tor - :param str vo: name of the virtual organization (community) :param str access_token: the token used to talk to IAM, with the scim:read property + :param str vo: name of the virtual organization (community) :param bool forceNickname: if enforce the presence of a nickname attribute and do not fall back to username in IAM """