public enum OAuthSignature
| Enum Constant and Description |
|---|
HEADER |
QUERY_STRING |
| Modifier and Type | Method and Description |
|---|---|
io.restassured.authentication.OAuthSignature |
getValue() |
void |
setValue(io.restassured.authentication.OAuthSignature p) |
public static OAuthSignature HEADER
public static OAuthSignature QUERY_STRING