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\u003eThis document describes the \u003ccode\u003eServiceCredential.Initializer\u003c/code\u003e class, which is used to initialize service credentials within the \u003ccode\u003eGoogle.Apis.Auth.OAuth2\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInitializer\u003c/code\u003e class includes a constructor that takes a token server URL as a parameter, establishing the foundation for setting up service credentials.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInitializer\u003c/code\u003e class allows customization of access token presentation through the \u003ccode\u003eAccessMethod\u003c/code\u003e property, which defaults to using the \u003ccode\u003eAuthorizationHeaderAccessMethod\u003c/code\u003e with a bearer token.\u003c/p\u003e\n"],["\u003cp\u003eIt offers control over token refresh timing with the \u003ccode\u003eClock\u003c/code\u003e property and managing the behavior of back-off policies using \u003ccode\u003eDefaultExponentialBackOffPolicy\u003c/code\u003e, which is set to retry on 503 errors by default.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eHttpClientFactory\u003c/code\u003e, \u003ccode\u003eQuotaProject\u003c/code\u003e and \u003ccode\u003eTokenServerUrl\u003c/code\u003e to further configure the credential.\u003c/p\u003e\n"]]],[],null,[]]