PushedAuthorizationContext.HandledPush 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 OnPushAuthorization event chose to handle pushing the authorization request. If true, the handler will not attempt to push the authorization request, and will instead use the RequestUri from this event in the subsequent authorize request.
public bool HandledPush { get; }
member this.HandledPush : bool
Public ReadOnly Property HandledPush As Boolean