Interface AuthorizationCodeProperties.Builder

  • Method Details

    • authorizationCode

      AuthorizationCodeProperties.Builder authorizationCode(String authorizationCode)

      The authorization code of a connection.

      Parameters:
      authorizationCode - The authorization code of a connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • redirectUri

      AuthorizationCodeProperties.Builder redirectUri(String redirectUri)

      The redirect URI of a connection.

      Parameters:
      redirectUri - The redirect URI of a connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.