Type Alias WRDAuthLoginSettings
type WRDAuthLoginSettings = {
expireLogin: number;
expirePersistentLogin: number;
expireThirdPartyLogin: number;
roundLongLoginsTo: number;
roundLongLoginsTZ: string;
roundMinDuration: number;
}
expireLogin: number;
expirePersistentLogin: number;
expireThirdPartyLogin: number;
roundLongLoginsTo: number;
roundLongLoginsTZ: string;
roundMinDuration: number;
}
Properties
expire Login
expireLogin: number
expire Persistent Login
expirePersistentLogin: number
Expire persistent login after this time (milliseconds)
expire Third Party Login
expireThirdPartyLogin: number
Expire third party login after this time (milliseconds)
round Long Logins To
roundLongLoginsTo: number
Round long logins to this time of the day (milliseconds)
round Long Logins TZ
roundLongLoginsTZ: string
Round long logins in this timezone
round Min Duration
roundMinDuration: number
Minimum duration of sessions when rounding (milliseconds)
Expire normal login after this time (milliseconds)