Package com.bandwidth
Interface WebRtcBasicAuthCredentials
-
- All Known Implementing Classes:
WebRtcBasicAuthManager
public interface WebRtcBasicAuthCredentials
Interface for defining the behavior of Basic Authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(String basicAuthUserName, String basicAuthPassword)
Checks if provided credentials matched with existing ones.String
getBasicAuthPassword()
String value for basicAuthPassword.String
getBasicAuthUserName()
String value for basicAuthUserName.
-