public PactBrokerAuth
Defines the authentication scheme to use with the pact broker
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
password()
Password to use for basic authentication
|
java.lang.String |
scheme()
Authentication scheme to use.
|
java.lang.String |
token()
Token to use for bearer token authentication
|
java.lang.String |
username()
Username to use for basic authentication
|
java.lang.String scheme()
Authentication scheme to use.
java.lang.String username()
Username to use for basic authentication
java.lang.String password()
Password to use for basic authentication
java.lang.String token()
Token to use for bearer token authentication