WRDAuthLoginSettings | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias WRDAuthLoginSettings

    type WRDAuthLoginSettings = {
        expireLogin: number;
        expirePersistentLogin: number;
        expireThirdPartyLogin: number;
        roundLongLoginsTo: number;
        roundLongLoginsTZ: string;
        roundMinDuration: number;
    }
    Index

    Properties

    expireLogin: number

    Expire normal login after this time (milliseconds)

    expirePersistentLogin: number

    Expire persistent login after this time (milliseconds)

    expireThirdPartyLogin: number

    Expire third party login after this time (milliseconds)

    roundLongLoginsTo: number

    Round long logins to this time of the day (milliseconds)

    roundLongLoginsTZ: string

    Round long logins in this timezone

    roundMinDuration: number

    Minimum duration of sessions when rounding (milliseconds)