GitHub

DaffAuthCheckFailure

An action triggered upon a failed auth check request.

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

Properties

Name Type Description
type DaffAuthActionTypes.AuthCheckFailureAction
errorMessage DaffStateError