Edit

Share via


onPasswordSubmitHandler resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an abstract base type for handlers that can be invoked when an onPasswordSubmit authentication event occurs. This resource type defines the contract for all handlers that process password submission events in the authentication flow.

Concrete implementations of this handler type include:

This abstract type can't be instantiated directly. Use one of the derived types to configure a handler for the onPasswordSubmit event.

Properties

This abstract type has no properties. Derived types might define other properties.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onPasswordSubmitHandler"
}