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 a27cb4e commit 1db5662Copy full SHA for 1db5662
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