File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ def update_user(uid, **kwargs): # pylint: disable=differing-param-doc
450
450
``auth.DELETE_ATTRIBUTE``.
451
451
password: The user's raw, unhashed password. (optional).
452
452
disabled: A boolean indicating whether or not the user account is disabled (optional).
453
- custom_claims: A dictionary or a JSON string contining the custom claims to be set on the
453
+ custom_claims: A dictionary or a JSON string containing the custom claims to be set on the
454
454
user account (optional). To remove all custom claims, pass ``auth.DELETE_ATTRIBUTE``.
455
455
valid_since: An integer signifying the seconds since the epoch (optional). This field is
456
456
set by ``revoke_refresh_tokens`` and it is discouraged to set this field directly.
You can’t perform that action at this time.
0 commit comments