Authentication > Auth
TODO
Endpoints
| Endpoint | Description |
|---|---|
| storefrontAuthConfirm | Verify customer email |
| storefrontAuthEmailLoginComplete | Complete login as a customer via email procedure |
| storefrontAuthEmailLoginInit | Initiate login as a customer via email procedure |
| storefrontAuthLogin | Login as a customer |
| storefrontAuthPasswordComplete | Complete password reset |
| storefrontAuthPasswordReset | Request password reset |
| storefrontAuthPasswordVerify | Verify password code |
| storefrontAuthRefresh | Refresh a customer token |
| storefrontAuthRequest | Request customer login (oauth 1.0) |
Types
| Types |
|---|
| CustomerEmailLogin |
| CustomerLogin |
| CustomerOAuthProviderKind |
| CustomerPasswordReset |
| CustomerPasswordResetComplete |
| CustomerPasswordResetVerify |
| FileURL |
| Token |
| TokenAndCustomerID |