Class MePasswordResetRequest
- Commercetools\Core\Request\AbstractApiRequest implements Commercetools\Core\Request\ClientRequestInterface, Commercetools\Core\Model\Common\ContextAwareInterface uses Commercetools\Core\Model\Common\ContextTrait
- Commercetools\Core\Request\Me\MePasswordResetRequest
Namespace: Commercetools\Core\Request\Me
API documentation: https://docs.commercetools.com/http-api-projects-me-profile.html#reset-customers-password
Located at Core/Request/Me/MePasswordResetRequest.php
API documentation: https://docs.commercetools.com/http-api-projects-me-profile.html#reset-customers-password
Located at Core/Request/Me/MePasswordResetRequest.php
Methods summary
public
|
#
__construct( string $token, string $newPassword,
|
public static
|
#
ofTokenAndPassword( string $token, string $newPassword,
|
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
public
|
|
public
|
#
mapFromResponse(
|
Constants summary
string |
TOKEN_VALUE
|
#
'tokenValue'
|
string |
NEW_PASSWORD
|
#
'newPassword'
|