Package 

Object PactBrokerOptions.Companion

    • Method Summary

      Modifier and Type Method Description
      final Auth parseAuthSettings(Map<String, Object> options) Parse the authentication options provided from the build tools.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.