Class CustomerPasswordTokenRequest
- Commercetools\Core\Request\AbstractApiRequest implements Commercetools\Core\Request\ClientRequestInterface, Commercetools\Core\Model\Common\ContextAwareInterface uses Commercetools\Core\Model\Common\ContextTrait
- Commercetools\Core\Request\Customers\CustomerPasswordTokenRequest
Namespace: Commercetools\Core\Request\Customers
API documentation: https://docs.commercetools.com/http-api-projects-customers.html#create-a-token-for-resetting-the-customers-password phpcs:enable
Located at Core/Request/Customers/CustomerPasswordTokenRequest.php
API documentation: https://docs.commercetools.com/http-api-projects-customers.html#create-a-token-for-resetting-the-customers-password phpcs:enable
Located at Core/Request/Customers/CustomerPasswordTokenRequest.php
Methods summary
public
|
|
public
|
|
public static
|
|
public static
|
#
ofEmailAndTtlMinutes( string $email, integer $ttlMinutes,
|
Methods inherited from Commercetools\Core\Request\AbstractApiRequest
addParam()
,
addParamObject()
,
executeWithClient()
,
getIdentifier()
,
getParamCount()
,
map()
,
mapFromResponse()
,
mapResponse()
,
setExternalUserId()
,
setIdentifier()
Methods inherited from Commercetools\Core\Model\Common\ContextAwareInterface
getContext()
,
getContextCallback()
,
setContext()
,
setContextIfNull()
Methods inherited from Commercetools\Core\Request\ClientRequestInterface
Methods used from Commercetools\Core\Model\Common\ContextTrait
getContext()
,
getContextCallback()
,
setContext()
,
setContextIfNull()
Magic methods summary
Constants summary
string |
EMAIL
|
#
'email'
|
string |
TTL_MINUTES
|
#
'ttlMinutes'
|