import { DaffTestingAuthService } from '@daffodil/auth/driver/testing'
@Injectable() class DaffTestingAuthService implements DaffAuthServiceInterface { check(): Observable<void> }
Observable<void>
Checks the validity of an auth token.