Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
A listener for when authentication methods are ready to be presented to the user in an authentication flow. If this listener isn't specified, the default option is email one time passcode (OTP). May be part of an authenticationEventsFlow.
Inherits from authenticationEventListener.
Methods
None.
For the list of API operations for managing this resource type, see the authenticationEventListener resource type.
Properties
| Property | Type | Description |
|---|---|---|
| authenticationEventsFlowId | String | Inherited from authenticationEventListener. |
| conditions | authenticationConditions | Required. Inherited from authenticationEventListener. |
| displayName | String | The display name of the listener. Inherited from authenticationEventListener. |
| handler | onAuthenticationMethodLoadStartHandler | Required. Configuration for what to invoke if the event resolves to this listener. This property lets us define potential handler configurations per-event. |
| id | String | Required. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onAuthenticationMethodLoadStartListener",
"id": "String (identifier)",
"displayName": "String",
"conditions": {
"@odata.type": "microsoft.graph.authenticationConditions"
},
"authenticationEventsFlowId": "String",
"handler": {
"@odata.type": "microsoft.graph.onAuthenticationMethodLoadStartHandler"
}
}