Uses of Class
com.microsoft.graph.models.OnInteractiveAuthFlowStartHandler
Packages that use OnInteractiveAuthFlowStartHandler
-
Uses of OnInteractiveAuthFlowStartHandler in com.microsoft.graph.models
Subclasses of OnInteractiveAuthFlowStartHandler in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return OnInteractiveAuthFlowStartHandlerModifier and TypeMethodDescriptionOnInteractiveAuthFlowStartHandler.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueOnInteractiveAuthFlowStartListener.getHandler()Gets the handler property value.ExternalUsersSelfServiceSignUpEventsFlow.getOnInteractiveAuthFlowStart()Gets the onInteractiveAuthFlowStart property value.Methods in com.microsoft.graph.models with parameters of type OnInteractiveAuthFlowStartHandlerModifier and TypeMethodDescriptionvoidOnInteractiveAuthFlowStartListener.setHandler(OnInteractiveAuthFlowStartHandler value) Sets the handler property value.voidExternalUsersSelfServiceSignUpEventsFlow.setOnInteractiveAuthFlowStart(OnInteractiveAuthFlowStartHandler value) Sets the onInteractiveAuthFlowStart property value.