struct Protocol::Fetch::AuthRequired
- Protocol::Fetch::AuthRequired
- Struct
- Value
- Object
Overview
Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/fetch.crConstructors
Instance Method Summary
-
#auth_challenge : AuthChallenge
Details of the Authorization Challenge encountered.
-
#frame_id : Page::FrameId
The id of the frame that initiated the request.
-
#request : Network::Request
The details of the request.
-
#request_id : RequestId
Each request the page makes will have a unique id.
-
#resource_type : Network::ResourceType
How the requested resource will be used.
Constructor Detail
Instance Method Detail
def auth_challenge : AuthChallenge
#
Details of the Authorization Challenge encountered. If this is set, client should respond with continueRequest that contains AuthChallengeResponse.