AuthorizationCodeReceivedContext.HandledCodeRedemption Property

Definition

Indicates if the developer choose to handle (or skip) the code redemption. If true then the handler will not attempt to redeem the code. See HandleCodeRedemption and TokenEndpointResponse.

public:
 property bool HandledCodeRedemption { bool get(); };
public bool HandledCodeRedemption { get; }
member this.HandledCodeRedemption : bool
Public ReadOnly Property HandledCodeRedemption As Boolean

Property Value

Applies to