Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed Sep 20, 2023
1 parent 53e58d0 commit d3727e0
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions Sources/LinkedIn/LinkedInAuthenticator+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,37 +74,7 @@ public extension LinkedInAuthenticator {
queryItems.append(.init(name: "code_challenge_method", value: codeChallengeMethod))
}

// https://dev-m7lil6hynw60chrw.us.auth0.com/authorize?
// response_type=code&
// code_challenge={codeChallenge}&
// code_challenge_method=S256&
// client_id={yourClientId}&
// redirect_uri={yourCallbackUrl}&
// scope=SCOPE&
// audience={apiAudience}&
// state={state}

// https://dev-m7lil6hynw60chrw.us.auth0.com/authorize?
// audience=backend-api-dev&
// response_type=code&
// client_id=TgeJ3wu0t1JfVeUmh1R6UrALh1gaigu2&
// redirect_uri=https%3A%2F%2Fdev-m7lil6hynw60chrw.us.auth0.com%2Flogin%2Fcallback&
// code_challenge=Kl-QSZMdOqv_n_9mnPnA8AVd-rsXSZUsEF3OjEiHJ28&
// code_challenge_method=S256&
// scope=openid%20profile%20email%20offline_access


// https://dev-m7lil6hynw60chrw.us.auth0.com/authorize?
// response_type=code&
// client_id=TgeJ3wu0t1JfVeUmh1R6UrALh1gaigu2&
// redirect_uri=https://dev-m7lil6hynw60chrw.us.auth0.com/login/callback&
// state=1695212955&
// scope=r_liteprofile,r_emailaddress,w_member_social&
// audience=backend-api-dev&
// code_challenge=4Wu8jNTwv2EKDwqHpmGDk_2CEnEEk_IcE-0SErLhUP0&code_challenge_method=S256

urlComponents.queryItems = queryItems

return urlComponents.url
}
}
Expand Down

0 comments on commit d3727e0

Please sign in to comment.