We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483b5f commit 768e482Copy full SHA for 768e482
Sources/OAuthenticator/Authenticator.swift
@@ -162,7 +162,7 @@ public actor Authenticator<UserDataType: Sendable> {
162
}
163
164
/// A default `URLSession`-backed `URLResponseProvider`.
165
- @available(*, deprecated, message: "Please move to URLSession.defaultProvider")
+@available(*, deprecated, message: "Please move to URLSession.defaultProvider")
166
@MainActor
167
public let defaultAuthenticatorResponseProvider: URLResponseProvider = {
168
let session = URLSession(configuration: .default)
0 commit comments