public class PreemptiveAuthSpecStub extends Object implements io.restassured.specification.PreemptiveAuthSpec
| Constructor and Description |
|---|
PreemptiveAuthSpecStub() |
| Modifier and Type | Method and Description |
|---|---|
io.restassured.specification.RequestSpecification |
basic(String userName,
String password) |
io.restassured.specification.RequestSpecification |
oauth2(String var1) |
public io.restassured.specification.RequestSpecification basic(String userName, String password)
basic in interface io.restassured.specification.PreemptiveAuthSpecpublic io.restassured.specification.RequestSpecification oauth2(String var1)
oauth2 in interface io.restassured.specification.PreemptiveAuthSpecCopyright © 2023. All rights reserved.