From dd68a961c4542c9832689a9486213a4f82892363 Mon Sep 17 00:00:00 2001
From: Emil Lundberg
+ * If you set this, you may want to explicitly set + * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and + * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too. + *
+ * + ** By default, this is not set. *
* @@ -631,6 +637,12 @@ public RelyingPartyBuilder appId(@NonNull AppId appId) { * * *+ * If you set this, you may want to explicitly set + * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and + * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too. + *
+ * + ** By default, this is not set. *
* @@ -652,6 +664,12 @@ public RelyingPartyBuilder attestationConveyancePreference(@NonNull Optional+ * If you set this, you may want to explicitly set + * {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and + * {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too. + *
+ * + ** By default, this is not set. *
*