Class LinkedInClient

All Implemented Interfaces:
OAuthClient

public class LinkedInClient extends OAuth2Client<LinkedInClientConfiguration>
Oauth 2.0 Client Implementation that supports LinkedIn.
  • Constructor Details

    • LinkedInClient

      public LinkedInClient(Handler httpHandler, LinkedInClientConfiguration config, Clock clock, SecureRandom random)
      Constructs a LinkedInClient.
      Parameters:
      httpHandler - handler used to make http calls to auth and resource servers
      config - configuration used to drive the oauth flow
      clock - Clock instance
      random - used to generate opaque, cryptographically secure strings
  • Method Details