GitHub

DaffAuthCheck

An action triggered to initialize an auth check request.

import { DaffAuthCheck } from '@daffodil/auth/state'
class DaffAuthCheck implements Action {
  readonly type: DaffAuthActionTypes.AuthCheckAction
}

Properties

Name Type Description
type DaffAuthActionTypes.AuthCheckAction