Interface ExchangeCodeForTokenRequestBody.Builder

    • Method Detail

      • code

        ExchangeCodeForTokenRequestBody.Builder code​(String code)

        The access code to send in the request.

        Parameters:
        code - The access code to send in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • redirectUri

        ExchangeCodeForTokenRequestBody.Builder redirectUri​(String redirectUri)

        The location of the application that will receive the access code.

        Parameters:
        redirectUri - The location of the application that will receive the access code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        ExchangeCodeForTokenRequestBody.Builder clientId​(String clientId)

        The ID of the client to request the token from.

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