onTokenIssuanceStartReturnClaim 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.

A claim returned by an API that is to be added to a token after the event when a token is about to be issued to your application.

Properties

Property Type Description
claimIdInApiResponse String The identifier of the claim returned by an API that is to be add to a token being issued.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.onTokenIssuanceStartReturnClaim",
  "claimIdInApiResponse": "String"
}