Interface AuthRequest.Builder

    • Method Detail

      • redirectUri

        AuthRequest.Builder redirectUri​(String redirectUri)

        The redirect URL that is specified in the AuthURL and the application client.

        Parameters:
        redirectUri - The redirect URL that is specified in the AuthURL and the application client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        AuthRequest.Builder code​(String code)

        The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).

        Parameters:
        code - The authorization code returned by the application after permission is granted in the application OAuth page (after clicking on the AuthURL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.