From 2ab692de21bd4d6c9594881586bff1544362efff Mon Sep 17 00:00:00 2001 From: Borut Tomazin Date: Thu, 21 Sep 2023 07:58:41 +0200 Subject: [PATCH] +1 (remove) --- Sources/LinkedIn/LinkedInAuthenticator+Models.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LinkedIn/LinkedInAuthenticator+Models.swift b/Sources/LinkedIn/LinkedInAuthenticator+Models.swift index c8bc1a5..9721a1e 100644 --- a/Sources/LinkedIn/LinkedInAuthenticator+Models.swift +++ b/Sources/LinkedIn/LinkedInAuthenticator+Models.swift @@ -54,7 +54,7 @@ public extension LinkedInAuthenticator { self.codeChallengeMethod = codeChallengeMethod } - func authorizationUrl(state: String) -> URL? { + public func authorizationUrl(state: String) -> URL? { guard var urlComponents = URLComponents(url: authEndpoint, resolvingAgainstBaseURL: false) else { return nil } var queryItems: [URLQueryItem] = [ .init(name: "response_type", value: "code"),