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