Annotation Interface PactBrokerAuth
Defines the authentication scheme to use with the pact broker
-
Optional Element Summary
Optional Elements
-
Element Details
-
username
String usernameUsername to use for basic authentication- Default:
- ""
-
password
String passwordPassword to use for basic authentication- Default:
- ""
-
token
String tokenToken to use for bearer token authentication- Default:
- ""
-
headerName
String headerNameOverride default `Authorization` header with this value- Default:
- "Authorization"
-