TDeleteAuthenticatorsBody constructor

const TDeleteAuthenticatorsBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String userId,
  4. required List<String> authenticatorIds,
})

Implementation

const TDeleteAuthenticatorsBody({
  this.timestampMs,
  this.organizationId,
  required this.userId,
  required this.authenticatorIds,
});