Updated on 2022-02-24 GMT+08:00

Methods of the NorthApiClient Class

The methods of the NorthApiClient class are used to create an application instance. They are the prerequisites for calling other SDK APIs. The following describes the main methods:

Method

Description

public function __set($name, $value)

Initializes the attributes in the NorthApiClient class. For example, $northClient->$clientInfo($clientInfo).

public function initSSLConfig0()

Initializes the two-way authentication configuration. Other methods can only be used after this method is called.

NOTICE:

This method uses the test certificate, which is not the formal certificate and does not verify the host name. Therefore, this method is used only in the testing phase of integration interconnection.

public function initSSLConfig1($sslConfig)

Initializes the two-way authentication configuration. Other methods can only be used after this method is called. For details about the SSLConfig class, see 2.4 Methods of the SSLConfig Class.

NOTICE:

This method is used to import the certificate and can be applied for at the commercial phase or official phase.

public function getVersion()

Queries the SDK version.