SessionSettings constructor

SessionSettings({
  1. String? maxInactivity,
  2. String? sessionLength,
  3. bool? sessionLengthEnabled,
  4. String? sessionReauthMethod,
  5. bool? useOidcMaxAge,
})

Implementation

SessionSettings({
  this.maxInactivity,
  this.sessionLength,
  this.sessionLengthEnabled,
  this.sessionReauthMethod,
  this.useOidcMaxAge,
});