-
public class PactBrokerOptions.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PactBrokerOptions.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AuthparseAuthSettings(Map<String, Object> options)Parse the authentication options provided from the build tools. -
-
Method Detail
-
parseAuthSettings
final Auth parseAuthSettings(Map<String, Object> options)
Parse the authentication options provided from the build tools. These must be under an 'authentication' key and must be either an instance of au.com.dius.pact.core.support.Auth or must be a list of strings, where the first item is the scheme.
-
-
-
-