Condividi tramite


OnBehalfOfEventArgs Class

Definition

Event arguments for on-behalf-of token acquisition operations. Contains user assertion token information about the user and additional data for the token request.

public class OnBehalfOfEventArgs
type OnBehalfOfEventArgs = class
Public Class OnBehalfOfEventArgs
Inheritance
OnBehalfOfEventArgs

Constructors

Name Description
OnBehalfOfEventArgs()

Properties

Name Description
User

Gets or sets the claims principal representing the user for whom the token is being acquired. This is the claims principal into the the api. This value can be null.

UserAssertionToken

Gets or sets additional context information for the token acquisition operation. If the incoming token is encrypted, it will be decrypted and made available in this property.

Applies to