GitHub

DaffAuthServerSide

import { DaffAuthServerSide } from '@daffodil/auth/state'
class DaffAuthServerSide implements Action {
  readonly type: DaffAuthActionTypes.AuthServerSideAction
  errorMessage: DaffStateError
}

Properties

Name Type Description
type DaffAuthActionTypes.AuthServerSideAction
errorMessage DaffStateError