Returns whether or not given url could be authenticated using this credential.
url
bool canAuthenticate(String url) => _normalizeUrl(url).startsWith(_normalizeUrl(this.url.toString()));