DaffMagentoAuthTransformerService
Transforms magento auths into an object usable by daffodil.
import { DaffMagentoAuthTransformerService } from '@daffodil/auth/driver/magento'
@Injectable()
class DaffMagentoAuthTransformerService {
transform(auth: MagentoAuth): DaffAuthToken
}
Properties
Name | Type | Description |
---|---|---|
transform | DaffAuthToken | Transforms the magento AuthNode from the magento auth query into a DaffAuthToken. |