Used to check if the getSecret function has all the secrets for this auth.
@override bool haveSecrets(String? Function(String name) getSecret) => getSecret(secretName) != null;