Skip to content

Commit

Permalink
document the country_lookup_method option
Browse files Browse the repository at this point in the history
  • Loading branch information
sdx-jkataja committed Dec 13, 2024
1 parent 3496fd4 commit c49abf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/named_location.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The following arguments are supported:

* `countries_and_regions` - (Required) List of countries and/or regions in two-letter format specified by ISO 3166-2.
* `include_unknown_countries_and_regions` - (Optional) Whether IP addresses that don't map to a country or region should be included in the named location. Defaults to `false`.
* `country_lookup_method` - (Optional) Method of detecting country the user is located in. Possible values are `clientIpAddress` for IP-based location and `authenticatorAppGps` for Authenticator app GPS-based location. Defaults to `clientIpAddress`.

---

Expand Down

0 comments on commit c49abf3

Please sign in to comment.