onTokenIssuanceStartCustomExtensionHandler resource type

Namespace: microsoft.graph

Custom extension handler for the event when a token is about to be issued to your application.

Inherits from onTokenIssuanceStartHandler.

Properties

None.

Relationships

Relationship Type Description
customExtension onTokenIssuanceStartCustomExtension The custom extension to invoke to handle the event when a token is about to be issued to your application. This object is autoexpanded.
configuration customExtensionOverwriteConfiguration Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler",
  "customExtension": {
    "@odata.type": "#microsoft.graph.onTokenIssuanceStartCustomExtension",
  },
  "configuration": {
    "@odata.type": "#microsoft.graph.customExtensionOverwriteConfiguration",
  },
}