PushedAuthorizationContext.HandleClientAuthentication Method
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.
Tells the handler to skip setting client authentication properties for pushed authorization. The handler uses the client_secret_basic authentication mode by default, but the OnPushAuthorization event may replace that with an alternative authentication mode, such as private_key_jwt.
public void HandleClientAuthentication ();
member this.HandleClientAuthentication : unit -> unit
Public Sub HandleClientAuthentication ()