public ExponentialBackOffPolicy DefaultExponentialBackOffPolicy { get; set; }
Get or sets the exponential back-off policy. Default value is UnsuccessfulResponse503, which
means that exponential back-off is used on 503 abnormal HTTP responses.
If the value is set to None, no exponential back-off policy is used, and it's up to the user to
configure the ConfigurableMessageHandler in an
IConfigurableHttpClientInitializer to set a specific back-off
implementation (using BackOffHandler).
[[["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 \u003ccode\u003eInitializer\u003c/code\u003e class is used for setting up service credentials within the \u003ccode\u003eGoogle.Apis.Auth.OAuth2\u003c/code\u003e namespace, with this page specifically detailing version 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and has derived types including \u003ccode\u003eComputeCredential.Initializer\u003c/code\u003e and \u003ccode\u003eServiceAccountCredential.Initializer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInitializer\u003c/code\u003e class can be instantiated using a constructor that takes a token server URL as a string parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eInitializer\u003c/code\u003e class include \u003ccode\u003eAccessMethod\u003c/code\u003e, \u003ccode\u003eClock\u003c/code\u003e, \u003ccode\u003eDefaultExponentialBackOffPolicy\u003c/code\u003e, \u003ccode\u003eHttpClientFactory\u003c/code\u003e, \u003ccode\u003eQuotaProject\u003c/code\u003e, and \u003ccode\u003eTokenServerUrl\u003c/code\u003e, which configure aspects of how the credential interacts with servers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDefaultExponentialBackOffPolicy\u003c/code\u003e property controls the back-off behavior during abnormal HTTP responses, offering options for exponential back-off on 503 errors or no back-off.\u003c/p\u003e\n"]]],[],null,[]]