GitHub

DaffInMemoryAuthService

Service

import { DaffInMemoryAuthService } from '@daffodil/auth/driver/in-memory'

@Injectable()
class DaffInMemoryAuthService extends DaffInMemoryDriverBase implements DaffAuthServiceInterface {
  check(): any
}

() Methods

check
any

Checks the validity of an auth token.