GitHub

DaffAuthStateConfig

import { DaffAuthStateConfig } from '@daffodil/auth/state'

interface DaffAuthStateConfig {
  checkInterval: number
}

Properties

checkInterval
number

How often Daffodil will run the auth check. Defaults to twenty minutes.