ProvideClaimsForToken interface

An Interface for the Provide Claims for token action.

Extends

Properties

actionType

The 'Name' of the action in the JSON.

claims

Collection of claims to add to the token.

Property Details

actionType

The 'Name' of the action in the JSON.

actionType: "microsoft.graph.ProvideClaimsForToken"

Property Value

"microsoft.graph.ProvideClaimsForToken"

claims

Collection of claims to add to the token.

claims: TokenClaim

Property Value