PushedAuthorizationContext.SkippedPush 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 skip pushing the authorization request. If true, the handler will not attempt to push the authorization request, and will not use pushed authorization in the subsequent authorize request.
public bool SkippedPush { get; }
member this.SkippedPush : bool
Public ReadOnly Property SkippedPush As Boolean