Returns true if any of the auth requests have all the secrets.
@override bool haveSecrets(String? Function(String name) getSecret) => auths.any((e) => e.haveSecrets(getSecret));