import { DaffMagentoRegisterService } from '@daffodil/auth/driver/magento'
@Injectable()
class DaffMagentoRegisterService implements DaffRegisterServiceInterface {
register(registration: DaffAccountRegistration): Observable<string>
registerOnly(__0: DaffAccountRegistration): Observable<void>
}
ObservableRegisters an account for the specified customer and logs the customer in.
@param registration The account registration info. @return The authentication token.
| Parameter | registration: DaffAccountRegistration |
|---|---|
| Description |
ObservableRegisters an account for the specified customer but does not log the customer in.
@param registration The account registration info.
| Parameter | __0: DaffAccountRegistration |
|---|---|
| Description |