Skip to content

Commit

Permalink
Minor doc adjustment extra_fields->extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Aug 7, 2023
1 parent ac86722 commit 8b6ca10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/experimental/auth_requirements_errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ by specifying ``include_extra=True`` when calling ``to_dict()``.
error.to_dict(include_extra=True)
These fields are stored by both the ``GlobusAuthRequirementsError`` and
``GlobusAuthenticationParameters`` classes in an ``extra_fields`` attribute.
``GlobusAuthenticationParameters`` classes in an ``extra`` attribute.

.. note::

Expand Down Expand Up @@ -136,4 +136,4 @@ supported field is supplied with a value of the wrong type.
any logic specific to the Globus Auth service with regard to what represents a valid
combination of fields (e.g., ``session_required_mfa`` requires either
``session_required_identities`` or ``session_required_single_domain``
in order to be properly handled).
in order to be properly handled).

0 comments on commit 8b6ca10

Please sign in to comment.