GitHub

DaffMagentoRegisterService

Service

import { DaffMagentoRegisterService } from '@daffodil/auth/driver/magento'

@Injectable()
class DaffMagentoRegisterService implements DaffRegisterServiceInterface {
  register(registration: DaffAccountRegistration): Observable<string>
  registerOnly(__0: DaffAccountRegistration): Observable<void>
}

() Methods

register
Observable

Registers an account for the specified customer and logs the customer in.

@param registration The account registration info. @return The authentication token.

Parameters
Parameterregistration: DaffAccountRegistration
Description
registerOnly
Observable

Registers an account for the specified customer but does not log the customer in.

@param registration The account registration info.

Parameters
Parameter__0: DaffAccountRegistration
Description