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