Class AuthRequired
- java.lang.Object
-
- org.openqa.selenium.devtools.fetch.model.AuthRequired
-
public class AuthRequired extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthChallengegetAuthChallenge()FrameIdgetFrameId()RequestgetRequest()RequestIdgetRequestId()ResourceTypegetResourceType()
-
-
-
Constructor Detail
-
AuthRequired
public AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)
-
-
Method Detail
-
getRequestId
public RequestId getRequestId()
-
getRequest
public Request getRequest()
-
getFrameId
public FrameId getFrameId()
-
getResourceType
public ResourceType getResourceType()
-
getAuthChallenge
public AuthChallenge getAuthChallenge()
-
-