Uses of Enum
com.microsoft.graph.models.PasskeyType
Packages that use PasskeyType
-
Uses of PasskeyType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PasskeyTypeModifier and TypeMethodDescriptionstatic PasskeyTypeFido2AuthenticationMethod.getPasskeyType()Gets the passkeyType property value.static PasskeyTypeReturns the enum constant of this type with the specified name.static PasskeyType[]PasskeyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PasskeyTypeModifier and TypeMethodDescriptionvoidFido2AuthenticationMethod.setPasskeyType(PasskeyType value) Sets the passkeyType property value.