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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eCallbackUriChooserStrategy\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCallbackUriChooserStrategy\u003c/code\u003e is an enum that defines strategies for selecting the callback URI, typically used in OAuth 2.0 flows, and is found in the \u003ccode\u003eGoogle.Apis.Auth.OAuth2\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Apis.Auth.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are three fields within this enum: \u003ccode\u003eDefault\u003c/code\u003e which attempts to use \u003ccode\u003e127.0.0.1\u003c/code\u003e and falls back to \u003ccode\u003elocalhost\u003c/code\u003e, \u003ccode\u003eForceLocalhost\u003c/code\u003e which forces the use of \u003ccode\u003elocalhost\u003c/code\u003e, and \u003ccode\u003eForceLoopbackIp\u003c/code\u003e which forces the use of \u003ccode\u003e127.0.0.1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe recommended callback URI is \u003ccode\u003e127.0.0.1\u003c/code\u003e, although it may not be usable on non-admin Windows 7 and 8.\u003c/p\u003e\n"],["\u003cp\u003eAn extension method, \u003ccode\u003eUtilities.ThrowIfNull<LocalServerCodeReceiver.CallbackUriChooserStrategy>(String)\u003c/code\u003e, is available for use with this enum.\u003c/p\u003e\n"]]],[],null,[]]