PushedAuthorizationContext.HandledClientAuthentication 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 client authentication for the pushed authorization request. If true, the handler will not attempt to set authentication parameters for the pushed authorization request.
public bool HandledClientAuthentication { get; }
member this.HandledClientAuthentication : bool
Public ReadOnly Property HandledClientAuthentication As Boolean