Interface Credential.Builder

    • Method Detail

      • username

        Credential.Builder username​(String username)

        The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.

        Parameters:
        username - The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        Credential.Builder password​(String password)

        The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

        Parameters:
        password - The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.