Pipelet: Customer ValidateResetPasswordToken
Pipelet ValidateResetPasswordToken
Validate that the passed token created by a previous call to GenerateResetPasswordToken is valid. A valid token is one that is associated with a customer record and is not expired. If the passed token corresponds with a Customer record and is not expired, the customer is returned as output parameter. Otherwise the pipelet returns to error connector.
Group:
Customer
Flags:
Error Connector
Input Parameters
Token : String Required
The token to validate.
Output Parameters
Customer : Customer : Optional