Click or drag to resize

AuthRequiredEventArgsAuthChallenge Property

Version 94.4.20
Details of the Authorization Challenge encountered. If this is set, client should respond with continueRequest that contains AuthChallengeResponse.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public AuthChallenge AuthChallenge { get; }

Property Value

Type: AuthChallenge
See Also