Interface LinkedinOauth2ProviderConfigInput.Builder

  • Method Details

    • clientId

      The client ID for the LinkedIn OAuth2 provider. This identifier is assigned by LinkedIn when you register your application.

      Parameters:
      clientId - The client ID for the LinkedIn OAuth2 provider. This identifier is assigned by LinkedIn when you register your application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientSecret

      The client secret for the LinkedIn OAuth2 provider. This secret is assigned by LinkedIn and used along with the client ID to authenticate your application.

      Parameters:
      clientSecret - The client secret for the LinkedIn OAuth2 provider. This secret is assigned by LinkedIn and used along with the client ID to authenticate your application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.