ChangePasswordResult
Result of changing the password of a customer
type ChangePasswordResult {
success: Boolean!
tokens: Authentication
}
Fields
success ● Boolean!
Was the change successfull
tokens ● Authentication
The new authentication of the customer
Example
{
"tokens": {
"AccessToken": {},
"RefreshToken": {}
}
}