Class AuthChallenge
java.lang.Object
org.openqa.selenium.devtools.v115.fetch.model.AuthChallenge
Authorization challenge for HTTP status code 401 or 407.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuthChallenge
(Optional<AuthChallenge.Source> source, String origin, String scheme, String realm) -
Method Summary
-
Constructor Details
-
AuthChallenge
public AuthChallenge(Optional<AuthChallenge.Source> source, String origin, String scheme, String realm)
-
-
Method Details
-
getSource
Source of the authentication challenge. -
getOrigin
Origin of the challenger. -
getScheme
The authentication scheme used, such as basic or digest -
getRealm
The realm of the challenge. May be empty.
-