Skip to content

Commit

Permalink
Add link from attestationConveyancePreference doc to allowUntrustedAt…
Browse files Browse the repository at this point in the history
…testation and metadataService
  • Loading branch information
emlun committed Mar 15, 2021
1 parent 55b69d0 commit dd68a96
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ public class RelyingParty {
* </p>
*
* <p>
* If you set this, you may want to explicitly set
* {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
* {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
* </p>
*
* <p>
* By default, this is not set.
* </p>
*
Expand Down Expand Up @@ -631,6 +637,12 @@ public RelyingPartyBuilder appId(@NonNull AppId appId) {
* </p>
*
* <p>
* If you set this, you may want to explicitly set
* {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
* {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
* </p>
*
* <p>
* By default, this is not set.
* </p>
*
Expand All @@ -652,6 +664,12 @@ public RelyingPartyBuilder attestationConveyancePreference(@NonNull Optional<Att
* </p>
*
* <p>
* If you set this, you may want to explicitly set
* {@link RelyingPartyBuilder#allowUntrustedAttestation(boolean) allowUntrustedAttestation} and
* {@link RelyingPartyBuilder#metadataService(MetadataService) metadataService} too.
* </p>
*
* <p>
* By default, this is not set.
* </p>
*
Expand Down

0 comments on commit dd68a96

Please sign in to comment.