__construct ( $endpoint, $operation, $payload, $credentials )

Constructs a new instance of the AuthV2Query class.

Access

public

Parameters

Parameter

Type

Required

Description

$endpoint

string

Required

The endpoint to direct the request to.

$operation

string

Required

The operation to execute as a result of this request.

$payload

array

Required

The options to use as part of the payload in the request.

$credentials

CFCredential

Required

The credentials to use for signing and making requests.

Source

Method defined in authentication/signature_v2query.class.php | Toggle source view (4 lines) | View on GitHub

public function __construct($endpoint, $operation, $payload, CFCredential $credentials)
{
    parent::__construct($endpoint, $operation, $payload, $credentials);
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback