TCreateAuthenticatorsBody constructor

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

Implementation

const TCreateAuthenticatorsBody({
  this.timestampMs,
  this.organizationId,
  required this.authenticators,
  required this.userId,
});