Class CredentialsUser
Object based credentials object. Use in place of JSON file if needed. Provide seamless crossover from json object
Methods summary
public
|
#
__construct( )
Accept a connection with connections without a JSON object. This can be used alternatively. ex: $cred = new Catapult\Credentials("USER_ID","API_KEY","API_SECRET"); this will initilaize CredentialsUser as a property of Credentials |