SAMLOptionsInput constructor

SAMLOptionsInput({
  1. bool? enabled,
  2. SAMLIdp? idp,
  3. String? masterBackendRole,
  4. String? masterUserName,
  5. String? rolesKey,
  6. int? sessionTimeoutMinutes,
  7. String? subjectKey,
})

Implementation

SAMLOptionsInput({
  this.enabled,
  this.idp,
  this.masterBackendRole,
  this.masterUserName,
  this.rolesKey,
  this.sessionTimeoutMinutes,
  this.subjectKey,
});