v1CreateAuthenticatorsRequest constructor

const v1CreateAuthenticatorsRequest({
  1. required String type,
  2. required String timestampMs,
  3. required String organizationId,
  4. required v1CreateAuthenticatorsIntentV2 parameters,
})

Implementation

const v1CreateAuthenticatorsRequest({
  required  this.type,
  required  this.timestampMs,
  required  this.organizationId,
  required  this.parameters,
});