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