Describes the different strategies for the selection of the callback URI.
127.0.0.1 is recommended, but can't be done in non-admin Windows 7 and 8 at least.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The content outlines the `CallbackUriChooserStrategy` enum within the `Google.Apis.Auth.OAuth2` namespace, detailing different methods for selecting the callback URI for OAuth 2.0."],["There are three distinct field options within the `CallbackUriChooserStrategy` enum: `Default`, `ForceLocalhost`, and `ForceLoopbackIp`, each dictating a specific behavior for callback URI selection."],["The latest version of this page's documentation is version 1.69.0, with previous versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0 also available for review."],["The `Default` strategy attempts to use 127.0.0.1 as the callback URI but falls back to localhost if it encounters any problems, while `ForceLocalhost` and `ForceLoopbackIp` respectively enforce localhost and 127.0.0.1 without any checks."],["The `Google.Apis.Auth.dll` assembly contains this enum and related method, and the documentation also references an extension method named `Utilities.ThrowIfNull\u003cLocalServerCodeReceiver.CallbackUriChooserStrategy\u003e(String)`."]]],[]]