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