UpdateSecondFactorRequestDataAttributes constructor

UpdateSecondFactorRequestDataAttributes({
  1. bool? enabled,
})

Returns a new UpdateSecondFactorRequestDataAttributes instance.

Implementation

UpdateSecondFactorRequestDataAttributes({
  this.enabled,
});