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.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull java.lang.String getValue()  
      static ResidentKeyRequirement valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static ResidentKeyRequirement[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait