public interface ICordovaHttpAuthHandler
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Instructs the WebView to cancel the authentication request.
|
void |
proceed(java.lang.String username,
java.lang.String password)
Instructs the WebView to proceed with the authentication with the given credentials.
|
void cancel()
void proceed(java.lang.String username, java.lang.String password)
username
- The user namepassword
- The password