GitHub

DaffTestingAuthService

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

Properties

Name Type Description
check Observable<void>

Checks the validity of an auth token.