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: Auth0/CredentialsManager.swift
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,8 @@ public struct CredentialsManager {
163
163
/// ```
164
164
///
165
165
/// - Parameter audience: Identifier of the API the stored API credentials are for.
166
-
/// - Parameter scope: Scope of the stored API credentials. If API credentials are fetched with scope, it is recommended to pass the scope to clear them.
166
+
/// - Parameter scope: Optional scope for which the API Credentials are stored. If the credentials were initially fetched/stored with scope,
167
+
/// it is recommended to pass scope also while clearing them.
167
168
/// - Returns: If the API credentials were removed.
0 commit comments