Optional
enabledConfigure the usage of retries. Defaults to true on the Management Client and false on the Authentication Client.
Optional
maxConfigure the max amount of retries the SDK should do. Defaults to 5.
Optional
retryStatus Codes on which the SDK should trigger retries. Defaults to [429].
Configure the retry logic for http calls. By default, this retries any request that returns a 429 3 times.