class Authentication

Methods

__construct(SimpleXMLIterator $authentication)

Initializes the class

string
getStatus()

Get authentication status

string
getUserId()

Get user ID

string
getCompanyId()

Get company ID

boolean
getSlideInUser()

Get if user is external

Details

at line line 44
__construct(SimpleXMLIterator $authentication)

Initializes the class

Parameters

SimpleXMLIterator $authentication

Exceptions

IntacctException

at line line 69
string getStatus()

Get authentication status

Return Value

string

at line line 79
string getUserId()

Get user ID

Return Value

string

at line line 89
string getCompanyId()

Get company ID

Return Value

string

at line line 99
boolean getSlideInUser()

Get if user is external

Return Value

boolean