import { DaffInMemoryAuthService } from '@daffodil/auth/driver/in-memory'
@Injectable() class DaffInMemoryAuthService extends DaffInMemoryDriverBase implements DaffAuthServiceInterface { check(): any }
any
Checks the validity of an auth token.