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