Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 5, 2023
1 parent d22ff82 commit c646bcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/auth/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ mechanism_properties
providing objects as mechanism property values. Otherwise the driver MUST allow it as a MongoClientOption.
ALLOWED_HOSTS
The list of allowed hostnames or ip-addresses (ignoring ports) for
MongoDB connections. The hostnames may include a leading "*." wildcard, which allows for matching
MongoDB connections. The hostnames may include a leading "\*." wildcard, which allows for matching
(potentially nested) subdomains. ALLOWED_HOSTS is a
security feature and MUST default to
``["*.mongodb.net", '*.mongodb-dev.net", "*.mongodbgov.net", "localhost", "127.0.0.1", "::1"]``.
Expand Down Expand Up @@ -1339,6 +1339,9 @@ An example might look like:
// Timeout in seconds for the callback. Optionally, timeoutContext instead if applicable to language.
timeoutSeconds: int;
// The version of the callback parameter interface.
version: int;
// The refresh token, if applicable, to be used by the callback to request a new token from the issuer.
refreshToken?: str;
}
Expand Down

0 comments on commit c646bcf

Please sign in to comment.