Uses of Class
com.microsoft.graph.models.Fido2AuthenticationMethod
Packages that use Fido2AuthenticationMethod
-
Uses of Fido2AuthenticationMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return Fido2AuthenticationMethodModifier and TypeMethodDescriptionstatic Fido2AuthenticationMethodFido2AuthenticationMethod.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type Fido2AuthenticationMethodModifier and TypeMethodDescriptionAuthentication.getFido2Methods()Gets the fido2Methods property value.Fido2AuthenticationMethodCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type Fido2AuthenticationMethodModifier and TypeMethodDescriptionvoidAuthentication.setFido2Methods(List<Fido2AuthenticationMethod> value) Sets the fido2Methods property value.voidFido2AuthenticationMethodCollectionResponse.setValue(List<Fido2AuthenticationMethod> value) Sets the value property value.