onTokenIssuanceStartListener resource type

Namespace: microsoft.graph

A listener for when a token is about to be issued to your application.

Inherits from authenticationEventListener.

Properties

Property Type Description
conditions authenticationConditions The conditions on which onTokenIssuanceStartListener should trigger. Inherited from authenticationEventListener.
handler onTokenIssuanceStartHandler The handler to invoke when conditions are met for this onTokenIssuanceStartListener.
id String Identifier for the onTokenIssuanceStartListener. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onTokenIssuanceStartListener",
  "id": "String (identifier)",
  "conditions": {
    "@odata.type": "microsoft.graph.authenticationConditions"
  },
  "handler": {
    "@odata.type": "microsoft.graph.onTokenIssuanceStartHandler"
  }
}