Home | History | Annotate | Download | only in browser

Lines Matching defs:credentials

1016             String[] credentials = view.getHttpAuthUsernamePassword(host, realm);
1017 if (credentials != null && credentials.length == 2) {
1018 username = credentials[0];
1019 password = credentials[1];