GitHub

DaffAuthServiceInterface

import { DaffAuthServiceInterface } from '@daffodil/auth/driver'
interface DaffAuthServiceInterface {
  check: Observable<void>
}

Properties

Name Type Description
check Observable<void>

Checks the validity of an auth token.