Enum ResidentKeyRequirement

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DISCOURAGED
      The client and authenticator will try to create a server-side credential if possible, and a discoverable credential otherwise.
      PREFERRED
      The client and authenticator will try to create a discoverable credential if possible, and a server-side credential otherwise.
      REQUIRED
      The client and authenticator will try to create a discoverable credential, and fail the registration if that is not possible.