GitHub

DaffTestingAuthService

import { DaffTestingAuthService } from '@daffodil/auth/driver/testing'

@Injectable()
class DaffTestingAuthService implements DaffAuthServiceInterface {
  check(): Observable<void>
}

() Methods

check
Observable<void>

Checks the validity of an auth token.