Package com.bandwidth
Interface MultiFactorAuthBasicAuthCredentials
-
- All Known Implementing Classes:
MultiFactorAuthBasicAuthManager
public interface MultiFactorAuthBasicAuthCredentials
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.
-