DaffAuthStateConfig
import { DaffAuthStateConfig } from '@daffodil/auth/state'
interface DaffAuthStateConfig {
checkInterval: number
}
Properties
Name | Type | Description |
---|---|---|
checkInterval | number | How often Daffodil will run the auth check. Defaults to twenty minutes. |