Skip to content

Commit 8e78926

Browse files
update docs
1 parent 8088832 commit 8e78926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EXAMPLES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ To fully leverage the retry mechanism, ensure your Auth0 tenant's **Rotation Ove
508508
By default, retries are disabled. You can enable retries by specifying a maximum retry count when creating the Credentials Manager. It is advisable to set a maximum of 2 retries, which provides sufficient resilience without introducing excessive delays or unnecessary network requests.
509509

510510
```swift
511-
// Enable up to 2 retry attempts (recommended maximum)
511+
// Enable 1 retry attempt
512512
let credentialsManager = CredentialsManager(
513513
authentication: Auth0.authentication(),
514-
maxRetries: 2
514+
maxRetries: 1
515515
)
516516
```
517517

0 commit comments

Comments
 (0)