Skip to content

Commit

Permalink
+1 (remove)
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Sep 21, 2023
1 parent de0c432 commit 2ab692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LinkedIn/LinkedInAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 2ab692d

Please sign in to comment.