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-21 UTC."],[[["The latest version of the `CallbackUriChooserStrategy` is 1.69.0, with other available versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["`CallbackUriChooserStrategy` is an enum that defines strategies for selecting the callback URI, typically used in OAuth 2.0 flows, and is found in the `Google.Apis.Auth.OAuth2` namespace, within the `Google.Apis.Auth.dll` assembly."],["There are three fields within this enum: `Default` which attempts to use `127.0.0.1` and falls back to `localhost`, `ForceLocalhost` which forces the use of `localhost`, and `ForceLoopbackIp` which forces the use of `127.0.0.1`."],["The recommended callback URI is `127.0.0.1`, although it may not be usable on non-admin Windows 7 and 8."],["An extension method, `Utilities.ThrowIfNull\u003cLocalServerCodeReceiver.CallbackUriChooserStrategy\u003e(String)`, is available for use with this enum."]]],[]]