The customer driver is responsible for loading customers.
Name | Type | Description |
---|---|---|
get | Observable<T> | Get the currently logged-in customer. |
update | Observable<T> | Update the currently logged-in customer. |
changeEmail | Observable<T> | Change the currently logged-in customer's email. |
changePassword | Observable<void> | Change the currently logged-in customer's password. |