Interface RefreshTokenRequestBody.Builder

    • Method Detail

      • token

        RefreshTokenRequestBody.Builder token​(String token)

        The token to use to refresh a previously issued access token that might have expired.

        Parameters:
        token - The token to use to refresh a previously issued access token that might have expired.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientId

        RefreshTokenRequestBody.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.