You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EXAMPLES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ let credentialsManager = CredentialsManager(authentication: Auth0.authentication
378
378
> To avoid concurrency issues, do not call its non thread-safe methods and properties from different threads without proper synchronization.
379
379
380
380
> [!NOTE]
381
-
> **Swift 6 Concurrency Support**: The Credentials Manager conforms to `Sendable` and can be safely used across concurrency contexts, including within actors.
381
+
> **Swift 6 Sendability Support**: The Credentials Manager conforms to `Sendable` and can be called within actors.
382
382
>
383
383
> ```swift
384
384
>// Example: Using CredentialsManager in an Actor (Swift 6)
0 commit comments