GitHub

DaffAuthCheckSuccess

An action triggered upon a successful auth check.

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

Properties

Name Type Description
type DaffAuthActionTypes.AuthCheckSuccessAction