GitHub

DaffMagentoAuthService

import { DaffMagentoAuthService } from '@daffodil/auth/driver/magento'
@Injectable()
class DaffMagentoAuthService implements DaffAuthServiceInterface {
  check(): Observable<void>
}

Properties

Name Type Description
check Observable<void>

Checks the validity of an auth token.