Share via


PushedAuthorizationContext.HandleClientAuthentication Method

Definition

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 ()

Applies to