class ProfileCredentialProvider

Constants

DEFAULT_PROFILE_FILE

DEFAULT_PROFILE_NAME

Methods

__construct()

Initializes the class

array
getLoginCredentials(array $params = array())

Get Intacct login credentials with the given parameters.

array
getSenderCredentials(array $params = array())

Get Intacct sender credentials with the given parameters.

Details

at line line 34
__construct()

Initializes the class

at line line 94
array getLoginCredentials(array $params = array())

Get Intacct login credentials with the given parameters.

The function accepts the following options:

  • profile_name (string, default=string "default") Profile name to use
  • profile_file (string) Profile file to load from

Parameters

array $params Client configuration options

Return Value

array

at line line 123
array getSenderCredentials(array $params = array())

Get Intacct sender credentials with the given parameters.

The function accepts the following options:

  • profile_name (string, default=string "default") Profile name to use
  • profile_file (string) Profile file to load from

Parameters

array $params Client configuration options

Return Value

array