Interface Oauth2Credential.Builder

    • Method Detail

      • clientId

        Oauth2Credential.Builder clientId​(String clientId)

        The client ID of the client application.

        Parameters:
        clientId - The client ID of the client application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientSecret

        Oauth2Credential.Builder clientSecret​(String clientSecret)

        The client secret of the client application.

        Parameters:
        clientSecret - The client secret of the client application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.