EMEpsConfigurationBuilder

Objective-C


@interface EMEpsConfigurationBuilder : NSObject

Swift

class EMEpsConfigurationBuilder : NSObject

EPS Configuration Builder

  • The HTTP Headers to be added in the HTTP request.

    Declaration

    Objective-C

    @property NSDictionary *headers;

    Swift

    var headers: [AnyHashable : Any]! { get set }
  • Gets/Sets the transport layer security configuration for the connection. This may be used for test environments where the security of the system is not a concern (e.g. using insecure HTTP connections). See EMTlsConfiguration For default instance insecureConnectionAllowed is set to ‘NO’ selfSignedCertAllowed is set to ‘NO’ hostnameMismatchAllowed is set to ‘NO’

    Declaration

    Objective-C

    @property EMTlsConfiguration *tlsConfiguration;

    Swift

    var tlsConfiguration: EMTlsConfiguration! { get set }