AuthorizationCodeReceivedContext.HandledCodeRedemption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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