import { DaffTestingRegisterService } from '@daffodil/auth/driver/testing'
@Injectable()
class DaffTestingRegisterService implements DaffRegisterServiceInterface {
register(registration: DaffAccountRegistration): Observable<string>
registerOnly(registration: DaffLoginInfo): Observable<void>
}
ObservableRegisters an account for the specified customer and logs the customer in.
| Parameter | registration: DaffAccountRegistration |
|---|---|
| Description |
ObservableRegisters an account for the specified customer but does not log the customer in.
| Parameter | registration: DaffLoginInfo |
|---|---|
| Description |