Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.01 KB

ontokenissuancestartreturnclaim.md

File metadata and controls

37 lines (30 loc) · 1.01 KB
title description author ms.localizationpriority ms.subservice doc_type
onTokenIssuanceStartReturnClaim resource type
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.
soneff
medium
entra-sign-in
resourcePageType

onTokenIssuanceStartReturnClaim resource type

Namespace: microsoft.graph

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"
}