Skip to content

Commit

Permalink
fix(IAMService): doc: sort param as in signature
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 11, 2024
1 parent c4b4bc4 commit 183c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/Core/Security/IAMService.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 183c1d4

Please sign in to comment.