Interface WebAuthnRunTimeConfig.RelyingPartyConfig

Enclosing interface:
WebAuthnRunTimeConfig

public static interface WebAuthnRunTimeConfig.RelyingPartyConfig
Root CRLs for attestation verification of authenticators. These are the root CRLs from FIDO Alliance. The CRLs are required to ensure that the metda data service can be trusted.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    The id (or domain name of your server)
    A user friendly name for your server
  • Method Details

    • id

      The id (or domain name of your server)
    • name

      @WithDefault("Quarkus server") String name()
      A user friendly name for your server